Searched refs:GetFrameId (Results 1 – 8 of 8) sorted by relevance
215 size_t frame_id = const_cast<StackVisitor*>(this)->GetFrameId(); in GetVRegFromDebuggerShadowFrame()487 const size_t frame_id = GetFrameId(); in PrepareSetVReg()648 LOG(INFO) << "Frame Id=" << GetFrameId() << " " << DescribeLocation(); in DescribeStack()
147 size_t frame_id = GetFrameId(); in HandleTryItems()458 const size_t frame_id = GetFrameId(); in VisitFrame()
211 size_t GetFrameId() REQUIRES_SHARED(Locks::mutator_lock_) { in GetFrameId() function
167 ShadowFrame* frame = visitor->GetThread()->FindDebuggerShadowFrame(visitor->GetFrameId()); in IsForcedInterpreterNeededForExceptionImpl()
475 size_t GetFrameId() const { return frame_id_; } in GetFrameId() function in art::FrameIdToShadowFrame503 if (record->GetFrameId() == frame_id) { in FindFrameIdToShadowFrame()575 if (head->GetFrameId() == frame_id) { in RemoveDebuggerShadowFrameMapping()584 if (record->GetFrameId() == frame_id) { in RemoveDebuggerShadowFrameMapping()
501 LOG(INFO) << " Skipping upcall / runtime method. Frame " << GetFrameId(); in InstrumentationInstallStack()
139 cur = GetThread()->FindOrCreateDebuggerShadowFrame(GetFrameId(), in GetOrCreateShadowFrame()1189 final_frame_id_ = final_frame.GetFrameId(); in NonStandardExitFrames()1190 penultimate_frame_id_ = penultimate_frame.GetFrameId(); in NonStandardExitFrames()
623 prev_frame = self->FindDebuggerShadowFrame(vis.GetFrameId()); in PrevFrameWillRetry()