Home
last modified time | relevance | path

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

/aosp12/art/test/1915-get-set-local-current-thread/src/art/
H A 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
/aosp12/art/test/1916-get-set-current-frame/src/art/
H A 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
/aosp12/art/test/1935-get-set-current-frame-jit/src/
H A 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