Searched refs:GetFrameId (Results 1 – 8 of 8) sorted by relevance
122 size_t frame_id = GetFrameId(); in HandleTryItems()377 const size_t frame_id = GetFrameId(); in VisitFrame()
317 LOG(INFO) << " Skipping upcall. Frame " << GetFrameId(); in InstrumentationInstallStack()327 GetFrameId(), in InstrumentationInstallStack()391 GetFrameId(), // A runtime method still gets a frame id. in InstrumentationInstallStack()481 LOG(INFO) << " Ignoring a shadow frame. Frame " << GetFrameId() in InstrumentationRestoreStack()488 LOG(INFO) << " Skipping upcall. Frame " << GetFrameId(); in InstrumentationRestoreStack()
208 size_t GetFrameId() REQUIRES_SHARED(Locks::mutator_lock_) { in GetFrameId() function
199 size_t frame_id = const_cast<StackVisitor*>(this)->GetFrameId(); in GetVRegFromDebuggerShadowFrame()479 const size_t frame_id = GetFrameId(); in PrepareSetVReg()640 LOG(INFO) << "Frame Id=" << GetFrameId() << " " << DescribeLocation(); in DescribeStack()
460 size_t GetFrameId() const { return frame_id_; } in GetFrameId() function in art::FrameIdToShadowFrame488 if (record->GetFrameId() == frame_id) { in FindFrameIdToShadowFrame()560 if (head->GetFrameId() == frame_id) { in RemoveDebuggerShadowFrameMapping()569 if (record->GetFrameId() == frame_id) { in RemoveDebuggerShadowFrameMapping()3584 cf = FindDebuggerShadowFrame(visitor.GetFrameId()); in QuickDeliverException()3594 penultimate_frame = FindDebuggerShadowFrame(penultimate_visitor.GetFrameId()); in QuickDeliverException()
167 ShadowFrame* frame = visitor->GetThread()->FindDebuggerShadowFrame(visitor->GetFrameId()); in IsForcedInterpreterNeededForExceptionImpl()
141 cur = GetThread()->FindOrCreateDebuggerShadowFrame(GetFrameId(), in GetOrCreateShadowFrame()1190 final_frame_id_ = final_frame.GetFrameId(); in NonStandardExitFrames()1191 penultimate_frame_id_ = penultimate_frame.GetFrameId(); in NonStandardExitFrames()
720 prev_frame = self->FindDebuggerShadowFrame(vis.GetFrameId()); in PrevFrameWillRetry()