Home
last modified time | relevance | path

Searched defs:getHeapName (Results 1 – 2 of 2) sorted by relevance

/aosp12/hardware/google/graphics/common/libion/test/
H A Dion_test_fixture.h55 const char *getHeapName(unsigned int idx) { in getHeapName() function
/aosp12/art/test/913-heaps/src/art/
H A DTest913.java749 private static native String getHeapName(int heapId); in getHeapName() method in Test913