Home
last modified time | relevance | path

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

123

/art/tools/ahat/src/main/com/android/ahat/heapdump/
DSite.java79 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()
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()
/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()
Dmod_union_table-inl.h32 Heap* heap, in ModUnionTableToZygoteAllocspace()
Dheap_bitmap.h58 explicit HeapBitmap(Heap* heap) : heap_(heap) {} in HeapBitmap()
Dremembered_set.h50 explicit RememberedSet(const std::string& name, Heap* heap, space::ContinuousSpace* space) in RememberedSet()
Dmod_union_table_test.cc122 const std::string& name, Heap* heap, space::ContinuousSpace* space, in ModUnionTableRefCacheToSpace()
182 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.cc142 Heap* heap = Runtime::Current()->GetHeap(); in SetAllocTrackingEnabled() local
214 Heap* const heap = Runtime::Current()->GetHeap(); in RecordAllocation() local
Dheap_test.cc54 Heap* heap = Runtime::Current()->GetHeap(); in TEST_F() local
Dreference_queue.cc77 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/dex2oat/linker/
Dimage_write_read_test.cc42 gc::Heap* heap = Runtime::Current()->GetHeap(); in TestWriteRead() local
88 gc::Heap* heap = Runtime::Current()->GetHeap(); in TestWriteRead() local
/art/runtime/mirror/
Dclass-alloc-inl.h52 gc::Heap* heap = Runtime::Current()->GetHeap(); in Alloc() local
Dobject_array-alloc-inl.h68 gc::Heap* heap = Runtime::Current()->GetHeap(); in CopyOf() local
Darray-alloc-inl.h142 gc::Heap* heap = Runtime::Current()->GetHeap(); in Alloc() local
/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.h82 gc::Heap* heap = Runtime::Current()->GetHeap(); in Barrier() local
213 gc::Heap* heap = Runtime::Current()->GetHeap(); in IsDuringStartup() local
Ddebug_print.cc38 gc::Heap* heap = Runtime::Current()->GetHeap(); in DescribeSpace() local
/art/compiler/optimizing/
Dsharpening.cc40 gc::Heap* heap = Runtime::Current()->GetHeap(); in IsInBootImage() local
369 gc::Heap* heap = runtime->GetHeap(); in ProcessLoadString() local
/art/runtime/native/
Ddalvik_system_VMDebug.cc291 gc::Heap* const heap = Runtime::Current()->GetHeap(); in VMDebug_countInstancesOfClass() local
309 gc::Heap* const heap = Runtime::Current()->GetHeap(); in VMDebug_countInstancesOfClasses() local
359 gc::Heap* const heap = Runtime::Current()->GetHeap(); in VMDebug_getInstancesOfClasses() local
399 gc::Heap* heap = Runtime::Current()->GetHeap(); in VMDebug_getHeapSpaceStats() local
458 gc::Heap* heap = Runtime::Current()->GetHeap(); in VMDebug_getRuntimeStatInternal() local
519 gc::Heap* heap = Runtime::Current()->GetHeap(); in VMDebug_getRuntimeStatsInternal() local

123