Home
last modified time | relevance | path

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

/art/test/1924-frame-pop-toggle/src/art/
DTest1924.java157 public static void doRecurTestWith(final int times, int watch_frame) throws Exception { in doRecurTestWith() argument
169 "RecurTimes(" + times + ") watching: " + watch_frame + " runner.", in doRecurTestWith()
180 if (times - cnt == watch_frame) { in doRecurTestWith()
192 "Unable to find stack frame for " + watch_frame + " depth of " in doRecurTestWith()
/art/test/1923-frame-pop/src/art/
DTest1923.java157 public static void doRecurTestWith(final int times, int watch_frame) throws Exception { in doRecurTestWith() argument
170 "RecurTimes(" + times + ") watching: " + watch_frame + " runner.", in doRecurTestWith()
181 if (times - cnt == watch_frame) { in doRecurTestWith()
193 "Unable to find stack frame for " + watch_frame + " depth of " in doRecurTestWith()
/art/test/1926-missed-frame-pop/src/art/
DTest1926.java166 public static void doRecurTestWith(final int times, int watch_frame) throws Exception { in doRecurTestWith() argument
193 if (times - cnt == watch_frame) { in doRecurTestWith()
205 "Unable to find stack frame for " + watch_frame + " depth of " in doRecurTestWith()
/art/test/1925-self-frame-pop/src/art/
DTest1925.java130 public static void doRecurTestWith(final int times, int watch_frame) throws Exception { in doRecurTestWith() argument
137 if (times - cnt == watch_frame) { in doRecurTestWith()