Home
last modified time | relevance | path

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

/external/chromium_org/v8/test/cctest/
Dtest-heap.cc1012 CHECK(!heap->always_allocate()); in TEST()
1022 CHECK(!heap->always_allocate()); in TEST()
1625 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-inl.h184 if (always_allocate() && allocation.IsRetry() && retry_space != NEW_SPACE) { in AllocateRaw()
Dspaces.cc2576 if (!heap()->always_allocate() && in SlowAllocateRaw()
2838 if (!heap()->always_allocate() && in AllocateRaw()
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
Dheap.cc3699 if (always_allocate()) { in CopyJSObject()