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

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

Completed in 509 milliseconds