Home
last modified time | relevance | path

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

/external/chromium_org/v8/test/cctest/
Dtest-heap.cc1625 AlwaysAllocateScope always_allocate(CcTest::i_isolate()); in TEST() local
1691 AlwaysAllocateScope always_allocate(isolate); in FillUpNewSpace() local
2071 AlwaysAllocateScope always_allocate(isolate); in TEST() local
2195 AlwaysAllocateScope always_allocate(CcTest::i_isolate()); in TEST() local
2728 AlwaysAllocateScope always_allocate(CcTest::i_isolate()); in TEST() local
2760 AlwaysAllocateScope always_allocate(CcTest::i_isolate()); in AddTransitions() local
3002 AlwaysAllocateScope always_allocate(isolate); in TEST() local
3052 AlwaysAllocateScope always_allocate(isolate); in TEST() local
Dtest-strings.cc658 AlwaysAllocateScope always_allocate(isolate); in TestStringCharacterStream() local
Dtest-api.cc14425 i::AlwaysAllocateScope always_allocate(i_isolate); in UNINITIALIZED_TEST() local
17771 i::AlwaysAllocateScope always_allocate(CcTest::i_isolate()); in CreateGarbageInOldSpace() local
/external/chromium_org/v8/src/heap/
Dheap.h622 bool always_allocate() { return always_allocate_scope_depth_ != 0; } in always_allocate() function
Dmark-compact.cc3123 AlwaysAllocateScope always_allocate(isolate()); in EvacuateLiveObjectsFromPage() local