Home | History | Annotate | Download | only in src

Lines Matching refs:debug_heap

2254   Heap* debug_heap = Isolate::Current()->heap();
2255 CHECK(!debug_heap->old_data_space()->was_swept_conservatively());
2256 CHECK(!debug_heap->old_pointer_space()->was_swept_conservatively());
2257 CHECK(!debug_heap->code_space()->was_swept_conservatively());
2258 CHECK(!debug_heap->cell_space()->was_swept_conservatively());
2259 CHECK(!debug_heap->property_cell_space()->
2261 CHECK(!debug_heap->map_space()->was_swept_conservatively());
2269 debug_heap->Verify();
2275 debug_heap->Verify();