Home
last modified time | relevance | path

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

/art/test/911-get-stack-trace/src/art/
DFrames.java44 System.out.println(Arrays.toString(getFrameLocation(t, -1))); in doTestSameThread()
49 System.out.println(Arrays.toString(getFrameLocation(t, i))); in doTestSameThread()
52 System.out.println(Arrays.toString(getFrameLocation(t, count))); in doTestSameThread()
77 System.out.println(Arrays.toString(getFrameLocation(t, -1))); in doTestOtherThreadWait()
82 System.out.println(Arrays.toString(getFrameLocation(t, i))); in doTestOtherThreadWait()
85 System.out.println(Arrays.toString(getFrameLocation(t, count))); in doTestOtherThreadWait()
115 System.out.println(Arrays.toString(getFrameLocation(t, -1))); in doTestOtherThreadBusyLoop()
120 System.out.println(Arrays.toString(getFrameLocation(t, i))); in doTestOtherThreadBusyLoop()
123 System.out.println(Arrays.toString(getFrameLocation(t, count))); in doTestOtherThreadBusyLoop()
134 public static native Object[] getFrameLocation(Thread thread, int depth); in getFrameLocation() method in Frames
/art/test/911-get-stack-trace/
Dexpected.txt791 [public static native java.lang.Object[] art.Frames.getFrameLocation(java.lang.Thread,int), fffffff…