Home
last modified time | relevance | path

Searched defs:heap (Results 1 – 25 of 61) sorted by relevance

123

/art/tools/ahat/src/main/com/android/ahat/heapdump/
DSite.java77 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()
DSort.java68 public InstanceByHeapRetainedSize(AhatHeap heap) { in InstanceByHeapRetainedSize()
165 public SiteByHeapSize(AhatHeap heap) { in SiteByHeapSize()
DAhatPlaceHolderClassObj.java36 @Override public Size getRetainedSize(AhatHeap heap) { in getRetainedSize()
DAhatPlaceHolderInstance.java43 @Override public Size getRetainedSize(AhatHeap heap) { in getRetainedSize()
DAhatInstance.java80 void initialize(AhatHeap heap, Site site, AhatClassObj classObj) { in initialize()
126 public Size getRetainedSize(AhatHeap heap) { in getRetainedSize()
/art/runtime/gc/accounting/
Dmod_union_table.h59 explicit ModUnionTable(const std::string& name, Heap* heap, space::ContinuousSpace* space) in ModUnionTable()
121 explicit ModUnionTableReferenceCache(const std::string& name, Heap* heap, in ModUnionTableReferenceCache()
Dheap_bitmap.h66 explicit HeapBitmap(Heap* heap) : heap_(heap) {} in HeapBitmap()
Dmod_union_table-inl.h32 Heap* heap, in ModUnionTableToZygoteAllocspace()
Dremembered_set.h50 explicit RememberedSet(const std::string& name, Heap* heap, space::ContinuousSpace* space) in RememberedSet()
Dmod_union_table_test.cc121 const std::string& name, Heap* heap, space::ContinuousSpace* space, in ModUnionTableRefCacheToSpace()
181 gc::Heap* const heap = runtime->GetHeap(); in RunTest() local
/art/runtime/gc/
Dverification.h40 explicit Verification(gc::Heap* heap) : heap_(heap) {} in Verification()
Dallocation_record.cc219 Heap* heap = Runtime::Current()->GetHeap(); in SetAllocTrackingEnabled() local
281 Heap* const heap = Runtime::Current()->GetHeap(); in RecordAllocation() local
Dheap_test.cc52 Heap* heap = Runtime::Current()->GetHeap(); in TEST_F() local
Dreference_queue.cc76 Heap* heap = Runtime::Current()->GetHeap(); in DisableReadBarrierForReference() local
/art/runtime/gc/collector/
Dpartial_mark_sweep.cc28 PartialMarkSweep::PartialMarkSweep(Heap* heap, bool is_concurrent, const std::string& name_prefix) in PartialMarkSweep()
Dsticky_mark_sweep.cc31 StickyMarkSweep::StickyMarkSweep(Heap* heap, bool is_concurrent, const std::string& name_prefix) in StickyMarkSweep()
/art/tools/ahat/src/main/com/android/ahat/
DHeapTable.java44 long getSize(T element, AhatHeap heap); in getSize()
149 public static <T extends Diffable<T>> boolean hasNonZeroEntry(AhatHeap heap, in hasNonZeroEntry()
DDominatedList.java57 public long getSize(AhatInstance element, AhatHeap heap) { in getSize()
/art/runtime/
Dread_barrier-inl.h80 gc::Heap* heap = Runtime::Current()->GetHeap(); in Barrier() local
208 gc::Heap* heap = Runtime::Current()->GetHeap(); in IsDuringStartup() local
Ddebug_print.cc38 gc::Heap* heap = Runtime::Current()->GetHeap(); in DescribeSpace() local
/art/runtime/native/
Ddalvik_system_VMDebug.cc279 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/
Dobject.cc121 gc::Heap* heap = Runtime::Current()->GetHeap(); in CopyObject() local
156 gc::Heap* heap = Runtime::Current()->GetHeap(); in Clone() local
Darray.cc135 auto* heap = Runtime::Current()->GetHeap(); in CopyOf() local
/art/dex2oat/linker/
Dimage_test.h411 gc::Heap* heap = Runtime::Current()->GetHeap(); in TestWriteRead() local
457 gc::Heap* heap = Runtime::Current()->GetHeap(); in TestWriteRead() local
/art/patchoat/
Dpatchoat.h76 gc::accounting::ContinuousSpaceBitmap* bitmap, MemMap* heap, off_t delta, in PatchOat()

123