Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dquick_exception_handler.cc125 ShadowFrame* frame = GetThread()->FindDebuggerShadowFrame(frame_id); in HandleTryItems()
380 ShadowFrame* new_frame = GetThread()->FindDebuggerShadowFrame(frame_id); in VisitFrame()
400 DCHECK(GetThread()->FindDebuggerShadowFrame(frame_id) == nullptr); in VisitFrame()
H A Ddebugger.cc167 ShadowFrame* frame = visitor->GetThread()->FindDebuggerShadowFrame(visitor->GetFrameId()); in IsForcedInterpreterNeededForExceptionImpl()
H A Dstack.cc193 ShadowFrame* shadow_frame = thread_->FindDebuggerShadowFrame(frame_id); in GetVRegFromDebuggerShadowFrame()
H A Dthread.cc500 ShadowFrame* Thread::FindDebuggerShadowFrame(size_t frame_id) { in FindDebuggerShadowFrame() function in art::Thread
521 ShadowFrame* shadow_frame = FindDebuggerShadowFrame(frame_id); in FindOrCreateDebuggerShadowFrame()
3643 cf = FindDebuggerShadowFrame(visitor.GetFrameId()); in QuickDeliverException()
3653 penultimate_frame = FindDebuggerShadowFrame(penultimate_visitor.GetFrameId()); in QuickDeliverException()
H A Dthread.h1058 ShadowFrame* FindDebuggerShadowFrame(size_t frame_id)
/aosp12/art/runtime/interpreter/
H A Dinterpreter.cc709 prev_frame = self->FindDebuggerShadowFrame(vis.GetFrameId()); in PrevFrameWillRetry()