Home
last modified time | relevance | path

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

123

/art/tools/ahat/src/
DSite.java59 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()
DHeapTable.java42 long getSize(T element, Heap heap); in getSize()
134 public static <T> boolean hasNonZeroEntry(AhatSnapshot snapshot, Heap heap, in hasNonZeroEntry()
DDominatedList.java61 public long getSize(Instance element, Heap heap) { in getSize()
DAhatSnapshot.java154 public int getHeapIndex(Heap heap) { in getHeapIndex()
220 public long getHeapSize(Heap heap) { in getHeapSize()
DSort.java69 public InstanceByHeapRetainedSize(AhatSnapshot snapshot, Heap heap) { in InstanceByHeapRetainedSize()
132 public SiteBySize(String heap) { in SiteBySize()
DInstanceUtils.java295 public Heap heap; field in InstanceUtils.NativeAllocation
299 public NativeAllocation(long size, Heap heap, long pointer, Instance referent) { in NativeAllocation()
/art/runtime/gc/accounting/
Dmod_union_table.h51 explicit ModUnionTable(const std::string& name, Heap* heap, space::ContinuousSpace* space) in ModUnionTable()
104 explicit ModUnionTableReferenceCache(const std::string& name, Heap* heap, in ModUnionTableReferenceCache()
Dmod_union_table-inl.h32 Heap* heap, in ModUnionTableToZygoteAllocspace()
Dheap_bitmap.h67 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.cc120 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/
Dpartial_mark_sweep.cc28 PartialMarkSweep::PartialMarkSweep(Heap* heap, bool is_concurrent, const std::string& name_prefix) in PartialMarkSweep()
Dsticky_mark_sweep.cc27 StickyMarkSweep::StickyMarkSweep(Heap* heap, bool is_concurrent, const std::string& name_prefix) in StickyMarkSweep()
Dgarbage_collector.cc59 GarbageCollector::GarbageCollector(Heap* heap, const std::string& name) in GarbageCollector()
/art/runtime/
Dread_barrier-inl.h75 gc::Heap* heap = Runtime::Current()->GetHeap(); in Barrier() local
183 gc::Heap* heap = Runtime::Current()->GetHeap(); in IsDuringStartup() local
Druntime_android.cc48 gc::Heap* heap = runtime->GetHeap(); in HandleUnexpectedSignal() local
Druntime_linux.cc358 gc::Heap* heap = runtime->GetHeap(); in HandleUnexpectedSignal() local
/art/runtime/native/
Ddalvik_system_VMDebug.cc260 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/
Dpatchoat.h71 MemMap* heap, off_t delta, TimingLogger* timings) in PatchOat()
75 gc::accounting::ContinuousSpaceBitmap* bitmap, MemMap* heap, off_t delta, in PatchOat()
/art/runtime/mirror/
Dobject.cc90 gc::Heap* heap = Runtime::Current()->GetHeap(); in CopyObject() local
130 gc::Heap* heap = Runtime::Current()->GetHeap(); in Clone() local
Darray.cc134 auto* heap = Runtime::Current()->GetHeap(); in CopyOf() local
/art/runtime/gc/
Dallocation_record.cc216 Heap* heap = Runtime::Current()->GetHeap(); in SetAllocTrackingEnabled() local
278 Heap* const heap = Runtime::Current()->GetHeap(); in RecordAllocation() local
Dheap_test.cc33 Heap* heap = Runtime::Current()->GetHeap(); in TEST_F() local
Dreference_queue.cc68 Heap* heap = Runtime::Current()->GetHeap(); in DequeuePendingReference() local
/art/runtime/entrypoints/
Dentrypoint_utils.cc94 gc::Heap* heap = Runtime::Current()->GetHeap(); in CheckAndAllocArrayFromCode() local
114 gc::Heap* heap = Runtime::Current()->GetHeap(); in CheckAndAllocArrayFromCodeInstrumented() local

123