Home
last modified time | relevance | path

Searched refs:iterateThroughHeapString (Results 1 – 1 of 1) sorted by relevance

/art/test/906-iterate-heap/src/art/
DTest906.java158 System.out.println(iterateThroughHeapString(getTag(s))); in doTest()
377 private static native String iterateThroughHeapString(long tag); in iterateThroughHeapString() method in Test906