Home
last modified time | relevance | path

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

/art/runtime/
Dquick_exception_handler.cc122 size_t frame_id = GetFrameId(); in HandleTryItems()
377 const size_t frame_id = GetFrameId(); in VisitFrame()
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()
Dstack.h208 size_t GetFrameId() REQUIRES_SHARED(Locks::mutator_lock_) { in GetFrameId() function
Dstack.cc199 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()
Dthread.cc460 size_t GetFrameId() const { return frame_id_; } in GetFrameId() function in art::FrameIdToShadowFrame
488 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()
Ddebugger.cc167 ShadowFrame* frame = visitor->GetThread()->FindDebuggerShadowFrame(visitor->GetFrameId()); in IsForcedInterpreterNeededForExceptionImpl()
/art/openjdkjvmti/
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()
/art/runtime/interpreter/
Dinterpreter.cc720 prev_frame = self->FindDebuggerShadowFrame(vis.GetFrameId()); in PrevFrameWillRetry()