HomeSort by relevance Sort by last modified time
    Searched refs:SimulateFullSpace (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/v8/test/cctest/
test-alloc.cc 45 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());
test-dictionary.cc 184 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());
cctest.h 484 static inline void SimulateFullSpace(v8::internal::NewSpace* space) {
497 static inline void SimulateFullSpace(v8::internal::PagedSpace* space) {
test-mark-compact.cc 121 SimulateFullSpace(heap->old_pointer_space());
test-heap.cc     [all...]
test-api.cc 685 SimulateFullSpace(CcTest::heap()->old_pointer_space());
    [all...]
  /external/chromium_org/v8/test/cctest/compiler/
test-changes-lowering.cc 358 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 511 milliseconds