Home
last modified time | relevance | path

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

/art/test/1915-get-set-local-current-thread/src/art/
DTest1915.java58 int slot = FindSlot(frame); in run()
67 int slot = FindSlot(frame); in run()
72 public static int FindSlot(StackTrace.StackFrameData frame) throws Exception { in FindSlot() method in Test1915
/art/test/1916-get-set-current-frame/src/art/
DTest1916.java86 int slot = FindSlot(frame); in runGet()
116 int slot = FindSlot(frame); in runSet()
126 public static int FindSlot(StackTrace.StackFrameData frame) throws Exception { in FindSlot() method in Test1916
/art/test/1935-get-set-current-frame-jit/src/
DMain.java119 int slot = FindSlot(frame); in runGet()
151 int slot = FindSlot(frame); in runSet()
161 public static int FindSlot(StackTrace.StackFrameData frame) throws Exception { in FindSlot() method in Main