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

/external/v8/test/cctest/heap/
H A Dheap-utils.h33 void SimulateFullSpace(v8::internal::NewSpace* space,
41 void SimulateFullSpace(v8::internal::PagedSpace* space);
H A Dtest-alloc.cc55 heap::SimulateFullSpace(heap->old_space());
59 heap::SimulateFullSpace(heap->old_space());
75 heap::SimulateFullSpace(heap->map_space());
80 heap::SimulateFullSpace(heap->code_space());
H A Dtest-incremental-marking.cc122 i::heap::SimulateFullSpace(CcTest::heap()->old_space());
147 i::heap::SimulateFullSpace(CcTest::heap()->old_space());
173 i::heap::SimulateFullSpace(CcTest::heap()->old_space());
H A Dtest-page-promotion.cc42 heap::SimulateFullSpace(heap->new_space(), &handles);
75 heap::SimulateFullSpace(heap->new_space(), &handles);
109 heap::SimulateFullSpace(heap->new_space(), &handles);
H A Dheap-utils.cc107 void SimulateFullSpace(v8::internal::NewSpace* space, function in namespace:v8::internal::heap
136 void SimulateFullSpace(v8::internal::PagedSpace* space) { function in namespace:v8::internal::heap
H A Dtest-heap.cc766 heap::SimulateFullSpace(heap->old_space());
2786 heap::SimulateFullSpace(CcTest::heap()->old_space());
2838 heap::SimulateFullSpace(CcTest::heap()->new_space());
3582 heap::SimulateFullSpace(old_space);
4341 heap::SimulateFullSpace(heap->old_space());
4553 heap::SimulateFullSpace(heap->old_space());
5492 heap::SimulateFullSpace(old_space);
5644 heap::SimulateFullSpace(heap->old_space());
5826 heap::SimulateFullSpace(CcTest::heap()->new_space());
6412 heap::SimulateFullSpace(hea
[all...]
/external/v8/test/cctest/
H A Dtest-dictionary.cc178 heap::SimulateFullSpace(CcTest::heap()->new_space());
179 heap::SimulateFullSpace(CcTest::heap()->old_space());
209 heap::SimulateFullSpace(CcTest::heap()->new_space());
210 heap::SimulateFullSpace(CcTest::heap()->old_space());
H A Dtest-slots-buffer.cc104 heap::SimulateFullSpace(heap->old_space());
H A Dtest-weakmaps.cc180 heap::SimulateFullSpace(heap->old_space());
219 heap::SimulateFullSpace(heap->old_space());
H A Dtest-weaksets.cc179 heap::SimulateFullSpace(heap->old_space());
218 heap::SimulateFullSpace(heap->old_space());
H A Dtest-unboxed-doubles.cc1115 heap::SimulateFullSpace(old_space);
1454 heap::SimulateFullSpace(old_space);
H A Dtest-api.cc608 i::heap::SimulateFullSpace(CcTest::heap()->old_space());
14771 i::heap::SimulateFullSpace(i::FLAG_ignition ? heap->old_space()
19083 i::heap::SimulateFullSpace(CcTest::heap()->new_space());
19103 i::heap::SimulateFullSpace(CcTest::heap()->new_space());

Completed in 386 milliseconds