Lines Matching refs:frame_id
158 size_t frame_id = const_cast<StackVisitor*>(this)->GetFrameId(); in GetVRegFromDebuggerShadowFrame() local
159 ShadowFrame* shadow_frame = thread_->FindDebuggerShadowFrame(frame_id); in GetVRegFromDebuggerShadowFrame()
161 bool* updated_vreg_flags = thread_->GetUpdatedVRegFlags(frame_id); in GetVRegFromDebuggerShadowFrame()
387 const size_t frame_id = GetFrameId(); in SetVReg() local
389 shadow_frame = thread_->FindOrCreateDebuggerShadowFrame(frame_id, num_regs, m, GetDexPc()); in SetVReg()
393 thread_->GetUpdatedVRegFlags(frame_id)[vreg] = true; in SetVReg()
423 const size_t frame_id = GetFrameId(); in SetVRegPair() local
425 shadow_frame = thread_->FindOrCreateDebuggerShadowFrame(frame_id, num_regs, m, GetDexPc()); in SetVRegPair()
429 thread_->GetUpdatedVRegFlags(frame_id)[vreg] = true; in SetVRegPair()
430 thread_->GetUpdatedVRegFlags(frame_id)[vreg + 1] = true; in SetVRegPair()
883 size_t frame_id = instrumentation::Instrumentation::ComputeFrameId( in WalkStack() local
887 CHECK_EQ(instrumentation_frame.frame_id_, frame_id); in WalkStack()