Home | History | Annotate | Download | only in runtime

Lines Matching defs:frame_id

219   size_t frame_id = const_cast<StackVisitor*>(this)->GetFrameId();
220 ShadowFrame* shadow_frame = thread_->FindDebuggerShadowFrame(frame_id);
222 bool* updated_vreg_flags = thread_->GetUpdatedVRegFlags(frame_id);
433 const size_t frame_id = GetFrameId();
435 shadow_frame = thread_->FindOrCreateDebuggerShadowFrame(frame_id, num_regs, m, GetDexPc());
439 thread_->GetUpdatedVRegFlags(frame_id)[vreg] = true;
469 const size_t frame_id = GetFrameId();
471 shadow_frame = thread_->FindOrCreateDebuggerShadowFrame(frame_id, num_regs, m, GetDexPc());
475 thread_->GetUpdatedVRegFlags(frame_id)[vreg] = true;
476 thread_->GetUpdatedVRegFlags(frame_id)[vreg + 1] = true;
855 size_t frame_id = instrumentation::Instrumentation::ComputeFrameId(
859 CHECK_EQ(instrumentation_frame.frame_id_, frame_id);