Home
last modified time | relevance | path

Searched refs:always_allocate (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/heap/
Dheap-inl.h302 if (FLAG_gc_interval >= 0 && !always_allocate() && in AllocateRaw()
Dheap.h1863 bool always_allocate() { return always_allocate_scope_count_.Value() != 0; } in always_allocate() function
Dmark-compact.cc2987 AlwaysAllocateScope always_allocate(heap->isolate()); in EvacuatePage() local
Dheap.cc5316 if (always_allocate() || OldGenerationSpaceAvailable() > 0) return true; in ShouldExpandOldGenerationOnSlowAllocation()
/external/v8/src/
Disolate.cc2462 AlwaysAllocateScope always_allocate(this); in Throw() local
2568 AlwaysAllocateScope always_allocate(this); in Throw() local