Searched refs:sizes (Results 1 – 7 of 7) sorted by relevance
/art/test/906-iterate-heap/src/art/ |
D | Test906.java | 147 long sizes[] = new long[100]; in doTest() local 151 int n = iterateThroughHeapData(HEAP_FILTER_OUT_UNTAGGED, null, classTags, sizes, tags, lengths); in doTest() 152 System.out.println(sort(n, classTags, sizes, tags, lengths)); in doTest() 155 n = iterateThroughHeapData(HEAP_FILTER_OUT_UNTAGGED, null, classTags, sizes, tags, lengths); in doTest() 156 System.out.println(sort(n, classTags, sizes, tags, lengths)); in doTest() 316 private static ArrayList<HeapElem> sort(int n, long classTags[], long sizes[], long tags[], in sort() argument 322 elem.size = sizes[i]; in sort() 374 Class<?> klassFilter, long classTags[], long sizes[], long tags[], int lengths[]); in iterateThroughHeapData() argument
|
/art/build/apex/ |
D | runtests.sh | 84 -s, --print-sizes print the size in bytes of each file when listing contents 98 (-s|--print-sizes) print_file_sizes_p=true;;
|
/art/dex2oat/ |
D | dex2oat_image_test.cc | 61 std::ostream& operator<<(std::ostream& os, const ImageSizes& sizes) { in operator <<() argument 62 os << "art=" << sizes.art_size << " oat=" << sizes.oat_size << " vdex=" << sizes.vdex_size; in operator <<()
|
/art/tools/ahat/ |
D | README.txt | 22 * Dim 'image' and 'zygote' heap sizes slightly? Why do we even show these? 96 Show registered native sizes of objects.
|
/art/test/906-iterate-heap/ |
D | iterate_heap.cc | 118 jlongArray sizes, in Java_art_Test906_iterateThroughHeapData() argument 144 ScopedLongArrayRW s_sizes(env, sizes); in Java_art_Test906_iterateThroughHeapData()
|
/art/libartbase/base/ |
D | hash_set_test.cc | 340 std::vector<size_t> sizes = {1, 10, 25, 55, 128, 1024, 4096}; in TEST_F() local 341 for (size_t size : sizes) { in TEST_F()
|
/art/runtime/interpreter/mterp/ |
D | README.txt | 46 values, structure sizes, and struct member offsets. The format is fairly
|