Home
last modified time | relevance | path

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

/art/runtime/
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()
Ddebugger.cc167 ShadowFrame* frame = visitor->GetThread()->FindDebuggerShadowFrame(visitor->GetFrameId()); in IsForcedInterpreterNeededForExceptionImpl()
Dstack.cc201 ShadowFrame* shadow_frame = thread_->FindDebuggerShadowFrame(frame_id); in GetVRegFromDebuggerShadowFrame()
Dthread.cc496 ShadowFrame* Thread::FindDebuggerShadowFrame(size_t frame_id) { in FindDebuggerShadowFrame() function in art::Thread
517 ShadowFrame* shadow_frame = FindDebuggerShadowFrame(frame_id); in FindOrCreateDebuggerShadowFrame()
3563 cf = FindDebuggerShadowFrame(visitor.GetFrameId()); in QuickDeliverException()
3573 penultimate_frame = FindDebuggerShadowFrame(penultimate_visitor.GetFrameId()); in QuickDeliverException()
Dthread.h1045 ShadowFrame* FindDebuggerShadowFrame(size_t frame_id)
/art/runtime/interpreter/
Dinterpreter.cc720 prev_frame = self->FindDebuggerShadowFrame(vis.GetFrameId()); in PrevFrameWillRetry()