Home
last modified time | relevance | path

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

/art/runtime/
Dstack.cc407 shadow_frame = thread_->FindOrCreateDebuggerShadowFrame(frame_id, num_regs, m, GetDexPc()); in SetVReg()
443 shadow_frame = thread_->FindOrCreateDebuggerShadowFrame(frame_id, num_regs, m, GetDexPc()); in SetVRegPair()
Dthread.h985 ShadowFrame* FindOrCreateDebuggerShadowFrame(size_t frame_id,
Dthread.cc355 ShadowFrame* Thread::FindOrCreateDebuggerShadowFrame(size_t frame_id, in FindOrCreateDebuggerShadowFrame() function in art::Thread