Home
last modified time | relevance | path

Searched refs:debug_heap (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/v8/src/
Dheap-snapshot-generator.cc2588 Heap* debug_heap = heap_; in GenerateSnapshot() local
2589 CHECK(!debug_heap->old_data_space()->was_swept_conservatively()); in GenerateSnapshot()
2590 CHECK(!debug_heap->old_pointer_space()->was_swept_conservatively()); in GenerateSnapshot()
2591 CHECK(!debug_heap->code_space()->was_swept_conservatively()); in GenerateSnapshot()
2592 CHECK(!debug_heap->cell_space()->was_swept_conservatively()); in GenerateSnapshot()
2593 CHECK(!debug_heap->property_cell_space()-> in GenerateSnapshot()
2595 CHECK(!debug_heap->map_space()->was_swept_conservatively()); in GenerateSnapshot()
2599 debug_heap->Verify(); in GenerateSnapshot()
2605 debug_heap->Verify(); in GenerateSnapshot()