HomeSort by relevance Sort by last modified time
    Searched full:always_allocate (Results 1 - 7 of 7) sorted by null

  /external/v8/test/cctest/
test-heap.cc     [all...]
test-strings.cc 658 AlwaysAllocateScope always_allocate(isolate);
    [all...]
  /external/v8/src/heap/
heap-inl.h 184 if (always_allocate() && allocation.IsRetry() && retry_space != NEW_SPACE) {
spaces.cc     [all...]
heap.h 622 bool always_allocate() { return always_allocate_scope_depth_ != 0; } function in class:v8::internal::Heap
    [all...]
mark-compact.cc     [all...]
heap.cc     [all...]

Completed in 186 milliseconds