/art/tools/ahat/src/main/com/android/ahat/heapdump/ |
D | Site.java | 77 public AhatHeap heap; field in Site.ObjectsInfo 100 ObjectsInfo(AhatHeap heap, AhatClassObj classObj) { in ObjectsInfo() 217 AhatHeap heap = inst.getHeap(); in prepareForUse() local 249 public Size getSize(AhatHeap heap) { in getSize() 284 ObjectsInfo getObjectsInfo(AhatHeap heap, AhatClassObj classObj) { in getObjectsInfo()
|
D | Sort.java | 68 public InstanceByHeapRetainedSize(AhatHeap heap) { in InstanceByHeapRetainedSize() 165 public SiteByHeapSize(AhatHeap heap) { in SiteByHeapSize()
|
D | AhatPlaceHolderClassObj.java | 36 @Override public Size getRetainedSize(AhatHeap heap) { in getRetainedSize()
|
D | AhatPlaceHolderInstance.java | 43 @Override public Size getRetainedSize(AhatHeap heap) { in getRetainedSize()
|
D | AhatInstance.java | 80 void initialize(AhatHeap heap, Site site, AhatClassObj classObj) { in initialize() 126 public Size getRetainedSize(AhatHeap heap) { in getRetainedSize()
|
/art/runtime/gc/accounting/ |
D | mod_union_table.h | 59 explicit ModUnionTable(const std::string& name, Heap* heap, space::ContinuousSpace* space) in ModUnionTable() 121 explicit ModUnionTableReferenceCache(const std::string& name, Heap* heap, in ModUnionTableReferenceCache()
|
D | heap_bitmap.h | 66 explicit HeapBitmap(Heap* heap) : heap_(heap) {} in HeapBitmap()
|
D | mod_union_table-inl.h | 32 Heap* heap, in ModUnionTableToZygoteAllocspace()
|
D | remembered_set.h | 50 explicit RememberedSet(const std::string& name, Heap* heap, space::ContinuousSpace* space) in RememberedSet()
|
D | mod_union_table_test.cc | 121 const std::string& name, Heap* heap, space::ContinuousSpace* space, in ModUnionTableRefCacheToSpace() 181 gc::Heap* const heap = runtime->GetHeap(); in RunTest() local
|
/art/runtime/gc/ |
D | verification.h | 40 explicit Verification(gc::Heap* heap) : heap_(heap) {} in Verification()
|
D | allocation_record.cc | 219 Heap* heap = Runtime::Current()->GetHeap(); in SetAllocTrackingEnabled() local 281 Heap* const heap = Runtime::Current()->GetHeap(); in RecordAllocation() local
|
D | heap_test.cc | 52 Heap* heap = Runtime::Current()->GetHeap(); in TEST_F() local
|
D | reference_queue.cc | 76 Heap* heap = Runtime::Current()->GetHeap(); in DisableReadBarrierForReference() local
|
/art/runtime/gc/collector/ |
D | partial_mark_sweep.cc | 28 PartialMarkSweep::PartialMarkSweep(Heap* heap, bool is_concurrent, const std::string& name_prefix) in PartialMarkSweep()
|
D | sticky_mark_sweep.cc | 31 StickyMarkSweep::StickyMarkSweep(Heap* heap, bool is_concurrent, const std::string& name_prefix) in StickyMarkSweep()
|
/art/tools/ahat/src/main/com/android/ahat/ |
D | HeapTable.java | 44 long getSize(T element, AhatHeap heap); in getSize() 149 public static <T extends Diffable<T>> boolean hasNonZeroEntry(AhatHeap heap, in hasNonZeroEntry()
|
D | DominatedList.java | 57 public long getSize(AhatInstance element, AhatHeap heap) { in getSize()
|
/art/runtime/ |
D | read_barrier-inl.h | 80 gc::Heap* heap = Runtime::Current()->GetHeap(); in Barrier() local 208 gc::Heap* heap = Runtime::Current()->GetHeap(); in IsDuringStartup() local
|
D | debug_print.cc | 38 gc::Heap* heap = Runtime::Current()->GetHeap(); in DescribeSpace() local
|
/art/runtime/native/ |
D | dalvik_system_VMDebug.cc | 279 gc::Heap* const heap = Runtime::Current()->GetHeap(); in VMDebug_countInstancesOfClass() local 297 gc::Heap* const heap = Runtime::Current()->GetHeap(); in VMDebug_countInstancesOfClasses() local 347 gc::Heap* const heap = Runtime::Current()->GetHeap(); in VMDebug_getInstancesOfClasses() local 387 gc::Heap* heap = Runtime::Current()->GetHeap(); in VMDebug_getHeapSpaceStats() local 446 gc::Heap* heap = Runtime::Current()->GetHeap(); in VMDebug_getRuntimeStatInternal() local 507 gc::Heap* heap = Runtime::Current()->GetHeap(); in VMDebug_getRuntimeStatsInternal() local
|
/art/runtime/mirror/ |
D | object.cc | 121 gc::Heap* heap = Runtime::Current()->GetHeap(); in CopyObject() local 156 gc::Heap* heap = Runtime::Current()->GetHeap(); in Clone() local
|
D | array.cc | 135 auto* heap = Runtime::Current()->GetHeap(); in CopyOf() local
|
/art/dex2oat/linker/ |
D | image_test.h | 411 gc::Heap* heap = Runtime::Current()->GetHeap(); in TestWriteRead() local 457 gc::Heap* heap = Runtime::Current()->GetHeap(); in TestWriteRead() local
|
/art/patchoat/ |
D | patchoat.h | 76 gc::accounting::ContinuousSpaceBitmap* bitmap, MemMap* heap, off_t delta, in PatchOat()
|