Home
last modified time | relevance | path

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

123456

/aosp12/system/memory/libion/tests/
H A Dexit_test.cpp29 for (const auto& heap : ion_heaps) { in TEST_F() local
50 for (const auto& heap : ion_heaps) { in TEST_F() local
75 for (const auto& heap : ion_heaps) { in TEST_F() local
99 for (const auto& heap : ion_heaps) { in TEST_F() local
125 for (const auto& heap : ion_heaps) { in TEST_F() local
150 for (const auto& heap : ion_heaps) { in TEST_F() local
177 for (const auto& heap : ion_heaps) { in TEST_F() local
203 for (const auto& heap : ion_heaps) { in TEST_F() local
H A Dallocate_test.cpp29 for (const auto& heap : ion_heaps) { in TEST_F() local
44 for (const auto& heap : ion_heaps) { in TEST_F() local
59 for (const auto& heap : ion_heaps) { in TEST_F() local
75 for (const auto& heap : ion_heaps) { in TEST_F() local
93 for (const auto& heap : ion_heaps) { in TEST_F() local
106 for (const auto& heap : ion_heaps) { in TEST_F() local
H A Dmap_test.cpp29 for (const auto& heap : ion_heaps) { in TEST_F() local
52 for (const auto& heap : ion_heaps) { in TEST_F() local
82 for (const auto& heap : ion_heaps) { in TEST_F() local
107 for (const auto& heap : ion_heaps) { in TEST_F() local
H A Dheap_query.cpp30 for (const auto& heap : ion_heaps) { in TEST_F() local
H A Dsystem_heap.cpp29 for (const auto& heap : ion_heaps) { in TEST_F() local
/aosp12/hardware/google/graphics/common/libion/test/
H A Dmap_test.cpp31 struct ion_heap_data *heap = (struct ion_heap_data *)m_heap_query.heaps; in TEST_F() local
58 struct ion_heap_data *heap = (struct ion_heap_data *)m_heap_query.heaps; in TEST_F() local
92 struct ion_heap_data *heap = (struct ion_heap_data *)m_heap_query.heaps; in TEST_F() local
120 struct ion_heap_data *heap = (struct ion_heap_data *)m_heap_query.heaps; in TEST_F() local
162 struct ion_heap_data *heap = (struct ion_heap_data *)m_heap_query.heaps; in TEST_F() local
/aosp12/art/tools/ahat/src/main/com/android/ahat/heapdump/
H A 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()
H A DSort.java68 public InstanceByHeapRetainedSize(AhatHeap heap) { in InstanceByHeapRetainedSize()
165 public SiteByHeapSize(AhatHeap heap) { in SiteByHeapSize()
/aosp12/art/runtime/gc/accounting/
H A 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()
H A Dheap_bitmap.h58 explicit HeapBitmap(Heap* heap) : heap_(heap) {} in HeapBitmap()
H A Dmod_union_table-inl.h32 Heap* heap, in ModUnionTableToZygoteAllocspace()
H A Dremembered_set.h50 explicit RememberedSet(const std::string& name, Heap* heap, space::ContinuousSpace* space) in RememberedSet()
/aosp12/frameworks/av/media/libmediatranscoding/tests/
H A DAdjustableMaxPriorityQueue_tests.cpp47 AdjustableMaxPriorityQueue<std::pair<float, char*>> heap; in TEST() local
113 AdjustableMaxPriorityQueue<std::unique_ptr<int>, IntUniquePtrComp> heap; in TEST() local
144 AdjustableMaxPriorityQueue<std::unique_ptr<int>, IntUniquePtrComp> heap; in TEST() local
178 AdjustableMaxPriorityQueue<std::unique_ptr<int>, IntUniquePtrComp> heap; in TEST() local
/aosp12/frameworks/av/media/libshmem/
H A DShmemCompat.cpp54 const sp<MemoryHeapBase> heap = in convertSharedFileRegionToIMemory() local
72 sp<IMemoryHeap> heap = mem->getMemory(&offset, &size); in convertIMemoryToSharedFileRegion() local
/aosp12/system/libhidl/transport/allocator/1.0/utils/
H A DFrameworkUtils.cpp25 sp<HidlMemory> fromHeap(const sp<IMemoryHeap>& heap) { in fromHeap()
/aosp12/art/dex2oat/linker/
H A Dimage_write_read_test.cc42 gc::Heap* heap = Runtime::Current()->GetHeap(); in TestWriteRead() local
88 gc::Heap* heap = Runtime::Current()->GetHeap(); in TestWriteRead() local
/aosp12/frameworks/native/libs/binder/
H A DMemoryBase.cpp28 MemoryBase::MemoryBase(const sp<IMemoryHeap>& heap, in MemoryBase()
H A DIMemory.cpp58 sp<IMemoryHeap> heap; member
154 sp<IMemoryHeap> heap = getMemory(&offset); in unsecurePointer() local
193 sp<IBinder> heap = reply.readStrongBinder(); in getMemory() local
291 sp<BpMemoryHeap> heap = sp<BpMemoryHeap>::cast(find_heap(binder)); in assertMapped() local
/aosp12/art/runtime/gc/
H A Dverification.h40 explicit Verification(gc::Heap* heap) : heap_(heap) {} in Verification()
H A Dallocation_record.cc142 Heap* heap = Runtime::Current()->GetHeap(); in SetAllocTrackingEnabled() local
214 Heap* const heap = Runtime::Current()->GetHeap(); in RecordAllocation() local
/aosp12/art/runtime/gc/collector/
H A Dpartial_mark_sweep.cc28 PartialMarkSweep::PartialMarkSweep(Heap* heap, bool is_concurrent, const std::string& name_prefix) in PartialMarkSweep()
/aosp12/art/runtime/mirror/
H A Dclass-alloc-inl.h52 gc::Heap* heap = Runtime::Current()->GetHeap(); in Alloc() local
/aosp12/art/tools/ahat/src/main/com/android/ahat/
H A DHeapTable.java44 long getSize(T element, AhatHeap heap); in getSize()
149 public static <T extends Diffable<T>> boolean hasNonZeroEntry(AhatHeap heap, in hasNonZeroEntry()
H A DDominatedList.java57 public long getSize(AhatInstance element, AhatHeap heap) { in getSize()
/aosp12/art/runtime/
H A Dread_barrier-inl.h82 gc::Heap* heap = Runtime::Current()->GetHeap(); in Barrier() local
213 gc::Heap* heap = Runtime::Current()->GetHeap(); in IsDuringStartup() local

123456