Home
last modified time | relevance | path

Searched refs:SimulateFullSpace (Results 1 – 7 of 7) sorted by relevance

/external/v8/test/cctest/
Dtest-alloc.cc45 SimulateFullSpace(heap->new_space()); in AllocateAfterFailures()
58 SimulateFullSpace(heap->old_data_space()); in AllocateAfterFailures()
62 SimulateFullSpace(heap->old_pointer_space()); in AllocateAfterFailures()
78 SimulateFullSpace(heap->map_space()); in AllocateAfterFailures()
83 SimulateFullSpace(heap->code_space()); in AllocateAfterFailures()
Dtest-dictionary.cc184 SimulateFullSpace(CcTest::heap()->new_space()); in TestHashSetCausesGC()
185 SimulateFullSpace(CcTest::heap()->old_pointer_space()); in TestHashSetCausesGC()
230 SimulateFullSpace(CcTest::heap()->new_space()); in TestHashMapCausesGC()
231 SimulateFullSpace(CcTest::heap()->old_pointer_space()); in TestHashMapCausesGC()
Dcctest.h484 static inline void SimulateFullSpace(v8::internal::NewSpace* space) { in SimulateFullSpace() function
497 static inline void SimulateFullSpace(v8::internal::PagedSpace* space) { in SimulateFullSpace() function
Dtest-mark-compact.cc121 SimulateFullSpace(heap->old_pointer_space()); in TEST()
Dtest-heap.cc2072 SimulateFullSpace(space); in TEST()
2194 SimulateFullSpace(CcTest::heap()->new_space()); in TEST()
3003 SimulateFullSpace(old_pointer_space); in TEST()
3051 SimulateFullSpace(CcTest::heap()->new_space()); in TEST()
3678 SimulateFullSpace(heap->code_space()); in TEST()
3735 SimulateFullSpace(heap->code_space()); in TEST()
4472 SimulateFullSpace(heap->old_pointer_space()); in TEST()
Dtest-api.cc685 SimulateFullSpace(CcTest::heap()->old_pointer_space()); in TEST()
14426 SimulateFullSpace(heap->code_space()); in UNINITIALIZED_TEST()
18858 SimulateFullSpace(CcTest::heap()->new_space()); in PrologueCallbackAlloc()
18878 SimulateFullSpace(CcTest::heap()->new_space()); in EpilogueCallbackAlloc()
/external/v8/test/cctest/compiler/
Dtest-changes-lowering.cc358 if (m == 2) SimulateFullSpace(CcTest::heap()->new_space()); in TEST()
380 if (m == 2) SimulateFullSpace(CcTest::heap()->new_space()); in TEST()
403 if (m == 2) SimulateFullSpace(CcTest::heap()->new_space()); in TEST()