Home
last modified time | relevance | path

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

/art/test/1924-frame-pop-toggle/src/art/
DTest1924.java177 StackTrace.StackFrameData target_frame = null; in doRecurTestWith() local
181 target_frame = frame; in doRecurTestWith()
188 if (target_frame != null) { in doRecurTestWith()
189 FramePop.notifyFramePop(target, target_frame.depth); in doRecurTestWith()
/art/test/1923-frame-pop/src/art/
DTest1923.java178 StackTrace.StackFrameData target_frame = null; in doRecurTestWith() local
182 target_frame = frame; in doRecurTestWith()
189 if (target_frame != null) { in doRecurTestWith()
190 FramePop.notifyFramePop(target, target_frame.depth); in doRecurTestWith()
/art/test/1926-missed-frame-pop/src/art/
DTest1926.java190 StackTrace.StackFrameData target_frame = null; in doRecurTestWith() local
194 target_frame = frame; in doRecurTestWith()
201 if (target_frame != null) { in doRecurTestWith()
202 FramePop.notifyFramePop(target, target_frame.depth); in doRecurTestWith()
/art/test/1925-self-frame-pop/src/art/
DTest1925.java133 StackTrace.StackFrameData target_frame = null; in doRecurTestWith()
138 target_frame = frame; in doRecurTestWith()
146 FramePop.notifyFramePop(null, target_frame.depth); in doRecurTestWith()