Lines Matching refs:heap
71 Heap* heap = isolate->heap(); in TEST() local
100 heap->CollectAllGarbage(false); in TEST()
119 heap->CollectAllGarbage(false); in TEST()
124 heap->CollectAllGarbage(false); in TEST()
136 Heap* heap = isolate->heap(); in TEST() local
162 heap->CollectAllGarbage(false); in TEST()
180 Heap* heap = isolate->heap(); in TEST() local
188 Page* first_page = heap->old_space()->anchor()->next_page(); in TEST()
189 SimulateFullSpace(heap->old_space()); in TEST()
196 CHECK(!heap->InNewSpace(object->address())); in TEST()
205 heap->CollectAllGarbage(); in TEST()
221 Heap* heap = isolate->heap(); in TEST() local
227 Page* first_page = heap->old_space()->anchor()->next_page(); in TEST()
228 SimulateFullSpace(heap->old_space()); in TEST()
234 CHECK(!heap->InNewSpace(keys[i]->address())); in TEST()
247 heap->CollectAllGarbage(); in TEST()
248 heap->CollectAllGarbage(); in TEST()
249 heap->CollectAllGarbage(); in TEST()
257 Heap* heap = isolate->heap(); in TEST() local
261 SimulateIncrementalMarking(heap); in TEST()
266 heap->CollectAllGarbage(); in TEST()