Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_stack.cc1162 FindFrameAtDepthVisitor penultimate_frame(target_, context.get(), 1); in NonStandardExitFrames() local
1164 penultimate_frame.WalkStack(); in NonStandardExitFrames()
1166 if (!final_frame.FoundFrame() || !penultimate_frame.FoundFrame()) { in NonStandardExitFrames()
1174 art::ArtMethod* calling_method = penultimate_frame.GetMethod(); in NonStandardExitFrames()
1188 : penultimate_frame.GetOrCreateShadowFrame(&created_penultimate_frame_)); in NonStandardExitFrames()
1191 penultimate_frame_id_ = penultimate_frame.GetFrameId(); in NonStandardExitFrames()
/art/runtime/
Dthread.cc3571 ShadowFrame* penultimate_frame = penultimate_visitor.GetCurrentShadowFrame(); in QuickDeliverException() local
3572 if (penultimate_frame == nullptr) { in QuickDeliverException()
3573 penultimate_frame = FindDebuggerShadowFrame(penultimate_visitor.GetFrameId()); in QuickDeliverException()