Searched refs:GetFrameId (Results 1 – 8 of 8) sorted by relevance
284 LOG(INFO) << " Skipping upcall. Frame " << GetFrameId(); in InstrumentationInstallStack()291 InstrumentationStackFrame instrumentation_frame(GetThisObject(), m, 0, GetFrameId(), in InstrumentationInstallStack()358 GetFrameId(), // A runtime method still gets a frame id. in InstrumentationInstallStack()454 LOG(INFO) << " Ignoring a shadow frame. Frame " << GetFrameId() in InstrumentationRestoreStack()461 LOG(INFO) << " Skipping upcall. Frame " << GetFrameId(); in InstrumentationRestoreStack()467 const size_t frameId = GetFrameId(); in InstrumentationRestoreStack()
158 size_t frame_id = const_cast<StackVisitor*>(this)->GetFrameId(); in GetVRegFromDebuggerShadowFrame()387 const size_t frame_id = GetFrameId(); in SetVReg()423 const size_t frame_id = GetFrameId(); in SetVRegPair()543 LOG(INFO) << "Frame Id=" << GetFrameId() << " " << DescribeLocation(); in DescribeStack()
136 size_t frame_id = GetFrameId(); in HandleTryItems()424 const size_t frame_id = GetFrameId(); in VisitFrame()
206 size_t GetFrameId() REQUIRES_SHARED(Locks::mutator_lock_) { in GetFrameId() function
454 size_t GetFrameId() const { return frame_id_; } in GetFrameId() function in art::FrameIdToShadowFrame482 if (record->GetFrameId() == frame_id) { in FindFrameIdToShadowFrame()554 if (head->GetFrameId() == frame_id) { in RemoveDebuggerShadowFrameMapping()563 if (record->GetFrameId() == frame_id) { in RemoveDebuggerShadowFrameMapping()3565 cf = FindDebuggerShadowFrame(visitor.GetFrameId()); in QuickDeliverException()3574 penultimate_frame = FindDebuggerShadowFrame(penultimate_visitor.GetFrameId()); in QuickDeliverException()
2426 JDWP::FrameId frame_id(visitor->GetFrameId()); in GetThreadFrames()2536 if (frame_id != stack_visitor->GetFrameId()) { in GetThisObject()2559 if (stack_visitor->GetFrameId() != frame_id) { in FindAndHandleNonNativeFrame()3613 ShadowFrame* frame = visitor->GetThread()->FindDebuggerShadowFrame(visitor->GetFrameId()); in IsForcedInterpreterNeededForExceptionImpl()
699 prev_frame = self->FindDebuggerShadowFrame(vis.GetFrameId()); in PrevFrameWillRetry()
124 cur = GetThread()->FindOrCreateDebuggerShadowFrame(GetFrameId(), in GetOrCreateShadowFrame()