Home
last modified time | relevance | path

Searched refs:GetFrameId (Results 1 – 8 of 8) sorted by relevance

/aosp12/art/runtime/
H A Dinstrumentation.cc317 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()
H A Dquick_exception_handler.cc124 size_t frame_id = GetFrameId(); in HandleTryItems()
379 const size_t frame_id = GetFrameId(); in VisitFrame()
H A Dstack.cc192 size_t frame_id = const_cast<StackVisitor*>(this)->GetFrameId(); in GetVRegFromDebuggerShadowFrame()
454 const size_t frame_id = GetFrameId(); in PrepareSetVReg()
615 LOG(INFO) << "Frame Id=" << GetFrameId() << " " << DescribeLocation(); in DescribeStack()
H A Dstack.h208 size_t GetFrameId() REQUIRES_SHARED(Locks::mutator_lock_) { in GetFrameId() function
H A Dthread.cc459 size_t GetFrameId() const { return frame_id_; } in GetFrameId() function in art::FrameIdToShadowFrame
487 if (record->GetFrameId() == frame_id) { in FindFrameIdToShadowFrame()
559 if (head->GetFrameId() == frame_id) { in RemoveDebuggerShadowFrameMapping()
568 if (record->GetFrameId() == frame_id) { in RemoveDebuggerShadowFrameMapping()
3643 cf = FindDebuggerShadowFrame(visitor.GetFrameId()); in QuickDeliverException()
3653 penultimate_frame = FindDebuggerShadowFrame(penultimate_visitor.GetFrameId()); in QuickDeliverException()
H A Ddebugger.cc167 ShadowFrame* frame = visitor->GetThread()->FindDebuggerShadowFrame(visitor->GetFrameId()); in IsForcedInterpreterNeededForExceptionImpl()
/aosp12/art/openjdkjvmti/
H A Dti_stack.cc141 cur = GetThread()->FindOrCreateDebuggerShadowFrame(GetFrameId(), in GetOrCreateShadowFrame()
1190 final_frame_id_ = final_frame.GetFrameId(); in NonStandardExitFrames()
1191 penultimate_frame_id_ = penultimate_frame.GetFrameId(); in NonStandardExitFrames()
/aosp12/art/runtime/interpreter/
H A Dinterpreter.cc709 prev_frame = self->FindDebuggerShadowFrame(vis.GetFrameId()); in PrevFrameWillRetry()