Home
last modified time | relevance | path

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

/art/runtime/
Dstack.cc215 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()
Dquick_exception_handler.cc147 size_t frame_id = GetFrameId(); in HandleTryItems()
458 const size_t frame_id = GetFrameId(); in VisitFrame()
Dstack.h211 size_t GetFrameId() REQUIRES_SHARED(Locks::mutator_lock_) { in GetFrameId() function
Ddebugger.cc167 ShadowFrame* frame = visitor->GetThread()->FindDebuggerShadowFrame(visitor->GetFrameId()); in IsForcedInterpreterNeededForExceptionImpl()
Dthread.cc475 size_t GetFrameId() const { return frame_id_; } in GetFrameId() function in art::FrameIdToShadowFrame
503 if (record->GetFrameId() == frame_id) { in FindFrameIdToShadowFrame()
575 if (head->GetFrameId() == frame_id) { in RemoveDebuggerShadowFrameMapping()
584 if (record->GetFrameId() == frame_id) { in RemoveDebuggerShadowFrameMapping()
Dinstrumentation.cc501 LOG(INFO) << " Skipping upcall / runtime method. Frame " << GetFrameId(); in InstrumentationInstallStack()
/art/openjdkjvmti/
Dti_stack.cc139 cur = GetThread()->FindOrCreateDebuggerShadowFrame(GetFrameId(), in GetOrCreateShadowFrame()
1189 final_frame_id_ = final_frame.GetFrameId(); in NonStandardExitFrames()
1190 penultimate_frame_id_ = penultimate_frame.GetFrameId(); in NonStandardExitFrames()
/art/runtime/interpreter/
Dinterpreter.cc623 prev_frame = self->FindDebuggerShadowFrame(vis.GetFrameId()); in PrevFrameWillRetry()