/art/tools/ahat/src/main/com/android/ahat/heapdump/ |
D | Site.java | 79 public AhatHeap heap; field in Site.ObjectsInfo 102 ObjectsInfo(AhatHeap heap, AhatClassObj classObj) { in ObjectsInfo() 220 AhatHeap heap = inst.getHeap(); in prepareForUse() local 252 public Size getSize(AhatHeap heap) { in getSize() 302 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() 125 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 | mod_union_table-inl.h | 32 Heap* heap, in ModUnionTableToZygoteAllocspace()
|
D | heap_bitmap.h | 66 explicit HeapBitmap(Heap* heap) : heap_(heap) {} in HeapBitmap()
|
D | remembered_set.h | 50 explicit RememberedSet(const std::string& name, Heap* heap, space::ContinuousSpace* space) in RememberedSet()
|
D | mod_union_table_test.cc | 122 const std::string& name, Heap* heap, space::ContinuousSpace* space, in ModUnionTableRefCacheToSpace() 182 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 | 142 Heap* heap = Runtime::Current()->GetHeap(); in SetAllocTrackingEnabled() local 219 Heap* const heap = Runtime::Current()->GetHeap(); in RecordAllocation() local
|
D | heap_test.cc | 54 Heap* heap = Runtime::Current()->GetHeap(); in TEST_F() local
|
D | reference_queue.cc | 77 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/runtime/mirror/ |
D | class-alloc-inl.h | 51 gc::Heap* heap = Runtime::Current()->GetHeap(); in Alloc() local
|
D | object_array-alloc-inl.h | 69 gc::Heap* heap = Runtime::Current()->GetHeap(); in CopyOf() local
|
D | array-alloc-inl.h | 141 gc::Heap* heap = Runtime::Current()->GetHeap(); in Alloc() local
|
/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 | 82 gc::Heap* heap = Runtime::Current()->GetHeap(); in Barrier() local 213 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 | 297 gc::Heap* const heap = Runtime::Current()->GetHeap(); in VMDebug_countInstancesOfClass() local 315 gc::Heap* const heap = Runtime::Current()->GetHeap(); in VMDebug_countInstancesOfClasses() local 365 gc::Heap* const heap = Runtime::Current()->GetHeap(); in VMDebug_getInstancesOfClasses() local 405 gc::Heap* heap = Runtime::Current()->GetHeap(); in VMDebug_getHeapSpaceStats() local 464 gc::Heap* heap = Runtime::Current()->GetHeap(); in VMDebug_getRuntimeStatInternal() local 525 gc::Heap* heap = Runtime::Current()->GetHeap(); in VMDebug_getRuntimeStatsInternal() local
|
/art/dex2oat/linker/ |
D | image_test.h | 418 gc::Heap* heap = Runtime::Current()->GetHeap(); in TestWriteRead() local 464 gc::Heap* heap = Runtime::Current()->GetHeap(); in TestWriteRead() local
|