Searched refs:penultimate_frame (Results 1 – 2 of 2) sorted by relevance
1135 FindFrameAtDepthVisitor penultimate_frame(target, context.get(), 1); in PopFrame() local1137 penultimate_frame.WalkStack(); in PopFrame()1139 if (!final_frame.FoundFrame() || !penultimate_frame.FoundFrame()) { in PopFrame()1146 art::ArtMethod* calling_method = penultimate_frame.GetMethod(); in PopFrame()1159 penultimate_frame.GetOrCreateShadowFrame(&created_penultimate_frame); in PopFrame()
3572 ShadowFrame* penultimate_frame = penultimate_visitor.GetCurrentShadowFrame(); in QuickDeliverException() local3573 if (penultimate_frame == nullptr) { in QuickDeliverException()3574 penultimate_frame = FindDebuggerShadowFrame(penultimate_visitor.GetFrameId()); in QuickDeliverException()3576 DCHECK(penultimate_frame != nullptr && in QuickDeliverException()3577 penultimate_frame->GetForceRetryInstruction()) in QuickDeliverException()3579 << (penultimate_frame == nullptr ? "true" : "false"); in QuickDeliverException()