Home
last modified time | relevance | path

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

/art/runtime/
Dthread.cc3569 NthCallerVisitor penultimate_visitor(this, 1, false); in QuickDeliverException() local
3570 penultimate_visitor.WalkStack(); in QuickDeliverException()
3571 ShadowFrame* penultimate_frame = penultimate_visitor.GetCurrentShadowFrame(); in QuickDeliverException()
3573 penultimate_frame = FindDebuggerShadowFrame(penultimate_visitor.GetFrameId()); in QuickDeliverException()