Home
last modified time | relevance | path

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

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