/aosp12/art/test/913-heaps/ |
H A D | Android.bp | 3 // Build rules for ART run-test `913-heaps`. 16 name: "art-run-test-913-heaps", 21 ":art-run-test-913-heaps-expected-stdout", 22 ":art-run-test-913-heaps-expected-stderr", 28 name: "art-run-test-913-heaps-expected-stdout", 29 out: ["art-run-test-913-heaps-expected-stdout.txt"], 36 name: "art-run-test-913-heaps-expected-stderr", 37 out: ["art-run-test-913-heaps-expected-stderr.txt"],
|
/aosp12/art/tools/ahat/src/main/com/android/ahat/ |
H A D | HeapTable.java | 56 List<AhatHeap> heaps = new ArrayList<AhatHeap>(); in render() local 59 heaps.add(heap); in render() 67 for (AhatHeap heap : heaps) { in render() 71 boolean showTotal = heaps.size() > 1; in render() 88 for (AhatHeap heap : heaps) { in render() 110 for (AhatHeap heap : heaps) { in render() 116 for (AhatHeap heap : heaps) { in render() 128 for (AhatHeap heap : heaps) { in render()
|
/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() 58 struct ion_heap_data *heap = (struct ion_heap_data *)m_heap_query.heaps; in TEST_F() 92 struct ion_heap_data *heap = (struct ion_heap_data *)m_heap_query.heaps; in TEST_F() 120 struct ion_heap_data *heap = (struct ion_heap_data *)m_heap_query.heaps; in TEST_F() 162 struct ion_heap_data *heap = (struct ion_heap_data *)m_heap_query.heaps; in TEST_F()
|
H A D | ion_test_fixture.cpp | 61 query.heaps = reinterpret_cast<__u64>(m_ionHeapData); in SetUp()
|
/aosp12/art/tools/ahat/src/main/com/android/ahat/heapdump/ |
H A D | Parser.java | 190 HeapList heaps = new HeapList(); in parseInternal() local 387 obj.initialize(heaps.getCurrentHeap(), site, javaLangClass); in parseInternal() 404 obj.initialize(heaps.getCurrentHeap(), site, classObj); in parseInternal() 421 obj.initialize(heaps.getCurrentHeap(), site, classObj); in parseInternal() 441 obj.initialize(heaps.getCurrentHeap(), site, classObj); in parseInternal() 553 heaps.setCurrentHeap(strings.get(stringId)); in parseInternal() 675 return new AhatSnapshot(superRoot, mInstances, heaps.heaps, rootSite, progress, retained); in parseInternal() 759 public List<AhatHeap> heaps = new ArrayList<AhatHeap>(); field in Parser.HeapList 770 for (AhatHeap heap : heaps) { in setCurrentHeap() 777 current = new AhatHeap(name, heaps.size()); in setCurrentHeap() [all …]
|
H A D | AhatSnapshot.java | 42 List<AhatHeap> heaps, in AhatSnapshot() argument 48 mHeaps = heaps; in AhatSnapshot()
|
H A D | Diff.java | 42 private static void heaps(List<AhatHeap> a, List<AhatHeap> b) { in heaps() method in Diff 337 heaps(a.getHeaps(), b.getHeaps()); in snapshots()
|
/aosp12/system/memory/libion/tests/ |
H A D | invalid_values_test.cpp | 77 std::unique_ptr<struct ion_heap_data[]> heaps = in TEST_F() 80 EXPECT_EQ(-EBADF, ion_query_get_heaps(-1, heap_count, heaps.get())); in TEST_F()
|
/aosp12/system/memory/libion/original-kernel-headers/linux/ |
H A D | ion_4.12.h | 77 __u64 heaps; /* buffer to be populated */ member
|
H A D | ion_4.19.h | 105 __u64 heaps; /* buffer to be populated */ member
|
/aosp12/system/memory/libion/kernel-headers/linux/ |
H A D | ion_4.12.h | 43 __u64 heaps; member
|
H A D | ion_4.19.h | 55 __u64 heaps; member
|
/aosp12/hardware/qcom/msm8994/kernel-headers/linux/ |
H A D | ion.h | 65 __u64 heaps; member
|
/aosp12/hardware/qcom/msm8994/original-kernel-headers/linux/ |
H A D | ion.h | 156 __u64 heaps; /* buffer to be populated */ member
|
/aosp12/hardware/google/graphics/common/libion/ |
H A D | ion_uapi.h | 98 __u64 heaps; member
|
/aosp12/hardware/qcom/msm8x27/original-kernel-headers/linux/ |
H A D | ion.h | 101 struct ion_platform_heap heaps[]; member
|
/aosp12/system/memory/libmeminfo/libdmabufinfo/ |
H A D | dmabufinfo_test.cpp | 549 std::vector<ion_heap_data> heaps; in get_ion_heap_mask() local 550 heaps.resize(cnt); in get_ion_heap_mask() 551 err = ion_query_get_heaps(ion_fd, cnt, &heaps[0]); in get_ion_heap_mask() 557 for (auto& it : heaps) { in get_ion_heap_mask()
|
/aosp12/build/make/target/board/ |
H A D | go_defaults_common.prop | 38 # Default heap sizes. Allow up to 256m for large heaps to make sure a single app
|
/aosp12/hardware/qcom/msm8960/original-kernel-headers/linux/ |
H A D | ion.h | 126 struct ion_platform_heap *heaps; member
|
/aosp12/system/memory/libdmabufheap/tests/ |
H A D | dmabuf_heap_bench.c | 134 query.heaps = (unsigned long int)&heap_data[0]; in ion_heap_bench()
|
/aosp12/system/memory/libion/ |
H A D | ion.c | 229 .cnt = cnt, .heaps = (uintptr_t)buffers, in ion_query_get_heaps()
|
/aosp12/system/sepolicy/prebuilts/api/31.0/private/ |
H A D | coredomain.te | 223 # dmabuf heaps
|
/aosp12/system/sepolicy/prebuilts/api/32.0/private/ |
H A D | coredomain.te | 223 # dmabuf heaps
|
/aosp12/system/sepolicy/private/ |
H A D | coredomain.te | 223 # dmabuf heaps
|
/aosp12/art/test/ |
H A D | Android.bp | 603 "913-heaps/heaps.cc", 962 "913-heaps/src/art/Test913.java", 1103 "913-heaps/expected-stdout.txt",
|