Home
last modified time | relevance | path

Searched defs:old_space (Results 1 – 5 of 5) sorted by relevance

/external/v8/test/cctest/
Dtest-unboxed-doubles.cc1092 PagedSpace* old_space = heap->old_space(); in TEST() local
1373 PagedSpace* old_space = heap->old_space(); in TestWriteBarrier() local
1435 PagedSpace* old_space = heap->old_space(); in TestIncrementalWriteBarrier() local
/external/v8/test/cctest/heap/
Dtest-spaces.cc415 OldSpace* old_space = new OldSpace(heap, OLD_SPACE, NOT_EXECUTABLE); in TEST() local
Dtest-heap.cc3577 PagedSpace* old_space = heap->old_space(); in TEST() local
5481 PagedSpace* old_space = heap->old_space(); in UNINITIALIZED_TEST() local
/external/v8/src/heap/
Dincremental-marking.cc572 OldSpace* old_space = heap()->old_space(); in StartBlackAllocation() local
Dheap.h928 OldSpace* old_space() { return old_space_; } in old_space() function