Lines Matching full:heap
425 // into the heap to determine the state. This is safe as long
444 return HEAP->raw_unchecked_js_entry_code();
467 return HEAP->raw_unchecked_js_construct_entry_code();
657 isolate()->heap()->gc_state() == Heap::NOT_IN_GC);
970 // Print heap-allocated local variables.
972 accumulator->Add(" // heap
1120 Heap* heap = isolate_->heap();
1122 LargeObjectChunk* chunk = heap->lo_space()->FindChunkContainingPc(pc);
1128 HeapObjectIterator iterator(page, heap->GcSafeSizeOfOldObjectFunction());