/art/tools/ahat/src/ |
D | Site.java | 59 public Heap heap; field in Site.ObjectsInfo 64 public ObjectsInfo(Heap heap, ClassObj classObj, long numInstances, long numBytes) { in ObjectsInfo() 98 String heap = inst.getHeap().getName(); in add() local 131 public long getSize(String heap) { in getSize()
|
D | HeapTable.java | 42 long getSize(T element, Heap heap); in getSize() 134 public static <T> boolean hasNonZeroEntry(AhatSnapshot snapshot, Heap heap, in hasNonZeroEntry()
|
D | DominatedList.java | 61 public long getSize(Instance element, Heap heap) { in getSize()
|
D | AhatSnapshot.java | 154 public int getHeapIndex(Heap heap) { in getHeapIndex() 220 public long getHeapSize(Heap heap) { in getHeapSize()
|
D | Sort.java | 69 public InstanceByHeapRetainedSize(AhatSnapshot snapshot, Heap heap) { in InstanceByHeapRetainedSize() 132 public SiteBySize(String heap) { in SiteBySize()
|
D | InstanceUtils.java | 295 public Heap heap; field in InstanceUtils.NativeAllocation 299 public NativeAllocation(long size, Heap heap, long pointer, Instance referent) { in NativeAllocation()
|
/art/runtime/gc/accounting/ |
D | mod_union_table.h | 51 explicit ModUnionTable(const std::string& name, Heap* heap, space::ContinuousSpace* space) in ModUnionTable() 104 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 | 67 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 | 120 const std::string& name, Heap* heap, space::ContinuousSpace* space, in ModUnionTableRefCacheToSpace() 180 gc::Heap* const heap = runtime->GetHeap(); in RunTest() 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 | 27 StickyMarkSweep::StickyMarkSweep(Heap* heap, bool is_concurrent, const std::string& name_prefix) in StickyMarkSweep()
|
D | garbage_collector.cc | 59 GarbageCollector::GarbageCollector(Heap* heap, const std::string& name) in GarbageCollector()
|
/art/runtime/ |
D | read_barrier-inl.h | 75 gc::Heap* heap = Runtime::Current()->GetHeap(); in Barrier() local 183 gc::Heap* heap = Runtime::Current()->GetHeap(); in IsDuringStartup() local
|
D | runtime_android.cc | 48 gc::Heap* heap = runtime->GetHeap(); in HandleUnexpectedSignal() local
|
D | runtime_linux.cc | 358 gc::Heap* heap = runtime->GetHeap(); in HandleUnexpectedSignal() local
|
/art/runtime/native/ |
D | dalvik_system_VMDebug.cc | 260 gc::Heap* const heap = Runtime::Current()->GetHeap(); in VMDebug_countInstancesOfClass() local 275 gc::Heap* const heap = Runtime::Current()->GetHeap(); in VMDebug_countInstancesOfClasses() local 316 gc::Heap* heap = Runtime::Current()->GetHeap(); in VMDebug_getHeapSpaceStats() local 375 gc::Heap* heap = Runtime::Current()->GetHeap(); in VMDebug_getRuntimeStatInternal() local 434 gc::Heap* heap = Runtime::Current()->GetHeap(); in VMDebug_getRuntimeStatsInternal() local
|
/art/patchoat/ |
D | patchoat.h | 71 MemMap* heap, off_t delta, TimingLogger* timings) in PatchOat() 75 gc::accounting::ContinuousSpaceBitmap* bitmap, MemMap* heap, off_t delta, in PatchOat()
|
/art/runtime/mirror/ |
D | object.cc | 90 gc::Heap* heap = Runtime::Current()->GetHeap(); in CopyObject() local 130 gc::Heap* heap = Runtime::Current()->GetHeap(); in Clone() local
|
D | array.cc | 134 auto* heap = Runtime::Current()->GetHeap(); in CopyOf() local
|
/art/runtime/gc/ |
D | allocation_record.cc | 216 Heap* heap = Runtime::Current()->GetHeap(); in SetAllocTrackingEnabled() local 278 Heap* const heap = Runtime::Current()->GetHeap(); in RecordAllocation() local
|
D | heap_test.cc | 33 Heap* heap = Runtime::Current()->GetHeap(); in TEST_F() local
|
D | reference_queue.cc | 68 Heap* heap = Runtime::Current()->GetHeap(); in DequeuePendingReference() local
|
/art/runtime/entrypoints/ |
D | entrypoint_utils.cc | 94 gc::Heap* heap = Runtime::Current()->GetHeap(); in CheckAndAllocArrayFromCode() local 114 gc::Heap* heap = Runtime::Current()->GetHeap(); in CheckAndAllocArrayFromCodeInstrumented() local
|