Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap-inl.h306 if (FLAG_gc_interval >= 0 && !always_allocate() && in AllocateRaw()
Dheap.h1901 bool always_allocate() { return always_allocate_scope_count_.Value() != 0; } in always_allocate() function
Dmark-compact.cc3107 AlwaysAllocateScope always_allocate(heap->isolate()); in EvacuatePage() local
Dheap.cc5395 if (always_allocate() || OldGenerationSpaceAvailable() > 0) return true; in ShouldExpandOldGenerationOnSlowAllocation()
/external/v8/src/
Disolate.cc2612 AlwaysAllocateScope always_allocate(this); in Throw() local
2717 AlwaysAllocateScope always_allocate(this); in Throw() local