Home | History | Annotate | Download | only in gc

Lines Matching refs:heap

142   VLOG(heap) << "Start SweepAllocationRecords()";
170 VLOG(heap) << "Deleted " << count_deleted << " allocation records";
171 VLOG(heap) << "Updated " << count_moved << " allocation records";
219 Heap* heap = Runtime::Current()->GetHeap();
223 if (heap->IsAllocTrackingEnabled()) {
226 AllocRecordObjectMap* records = heap->GetAllocationRecords();
229 heap->SetAllocationRecords(records);
247 heap->SetAllocTrackingEnabled(true);
254 if (!heap->IsAllocTrackingEnabled()) {
257 heap->SetAllocTrackingEnabled(false);
259 AllocRecordObjectMap* records = heap->GetAllocationRecords();
281 Heap* const heap = Runtime::Current()->GetHeap();
282 if (!heap->IsAllocTrackingEnabled()) {
301 if (!heap->IsAllocTrackingEnabled()) {