Home
last modified time | relevance | path

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

/art/test/911-get-stack-trace/src/art/
DFrames.java41 int count = getFrameCount(t); in doTestSameThread()
74 int count = getFrameCount(t); in doTestOtherThreadWait()
112 int count = getFrameCount(t); in doTestOtherThreadBusyLoop()
133 public static native int getFrameCount(Thread thread); in getFrameCount() method in Frames