Home
last modified time | relevance | path

Searched defs:always_allocate (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Disolate.cc2612 AlwaysAllocateScope always_allocate(this); in Throw() local
2717 AlwaysAllocateScope always_allocate(this); in Throw() local
/external/v8/src/heap/
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