/aosp12/system/memory/libion/tests/ |
H A D | exit_test.cpp | 29 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 D | allocate_test.cpp | 29 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 D | map_test.cpp | 29 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 D | heap_query.cpp | 30 for (const auto& heap : ion_heaps) { in TEST_F() local
|
H A D | system_heap.cpp | 29 for (const auto& heap : ion_heaps) { in TEST_F() local
|
/aosp12/hardware/google/graphics/common/libion/test/ |
H A D | map_test.cpp | 31 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 D | Site.java | 79 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 D | Sort.java | 68 public InstanceByHeapRetainedSize(AhatHeap heap) { in InstanceByHeapRetainedSize() 165 public SiteByHeapSize(AhatHeap heap) { in SiteByHeapSize()
|
/aosp12/art/runtime/gc/accounting/ |
H A D | mod_union_table.h | 59 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 D | heap_bitmap.h | 58 explicit HeapBitmap(Heap* heap) : heap_(heap) {} in HeapBitmap()
|
H A D | mod_union_table-inl.h | 32 Heap* heap, in ModUnionTableToZygoteAllocspace()
|
H A D | remembered_set.h | 50 explicit RememberedSet(const std::string& name, Heap* heap, space::ContinuousSpace* space) in RememberedSet()
|
/aosp12/frameworks/av/media/libmediatranscoding/tests/ |
H A D | AdjustableMaxPriorityQueue_tests.cpp | 47 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 D | ShmemCompat.cpp | 54 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 D | FrameworkUtils.cpp | 25 sp<HidlMemory> fromHeap(const sp<IMemoryHeap>& heap) { in fromHeap()
|
/aosp12/art/dex2oat/linker/ |
H A D | image_write_read_test.cc | 42 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 D | MemoryBase.cpp | 28 MemoryBase::MemoryBase(const sp<IMemoryHeap>& heap, in MemoryBase()
|
H A D | IMemory.cpp | 58 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 D | verification.h | 40 explicit Verification(gc::Heap* heap) : heap_(heap) {} in Verification()
|
H A D | allocation_record.cc | 142 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 D | partial_mark_sweep.cc | 28 PartialMarkSweep::PartialMarkSweep(Heap* heap, bool is_concurrent, const std::string& name_prefix) in PartialMarkSweep()
|
/aosp12/art/runtime/mirror/ |
H A D | class-alloc-inl.h | 52 gc::Heap* heap = Runtime::Current()->GetHeap(); in Alloc() local
|
/aosp12/art/tools/ahat/src/main/com/android/ahat/ |
H A D | HeapTable.java | 44 long getSize(T element, AhatHeap heap); in getSize() 149 public static <T extends Diffable<T>> boolean hasNonZeroEntry(AhatHeap heap, in hasNonZeroEntry()
|
H A D | DominatedList.java | 57 public long getSize(AhatInstance element, AhatHeap heap) { in getSize()
|
/aosp12/art/runtime/ |
H A D | read_barrier-inl.h | 82 gc::Heap* heap = Runtime::Current()->GetHeap(); in Barrier() local 213 gc::Heap* heap = Runtime::Current()->GetHeap(); in IsDuringStartup() local
|