Searched defs:sizes (Results 1 – 4 of 4) sorted by relevance
/art/test/906-iterate-heap/src/art/ |
D | Test906.java | 147 long sizes[] = new long[100]; in doTest() local 316 private static ArrayList<HeapElem> sort(int n, long classTags[], long sizes[], long tags[], in sort() 374 Class<?> klassFilter, long classTags[], long sizes[], long tags[], int lengths[]); in iterateThroughHeapData()
|
/art/dex2oat/ |
D | dex2oat_image_test.cc | 60 std::ostream& operator<<(std::ostream& os, const ImageSizes& sizes) { in operator <<()
|
/art/test/906-iterate-heap/ |
D | iterate_heap.cc | 118 jlongArray 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
|