Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.cc284 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()
Dstack.cc158 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()
Dquick_exception_handler.cc136 size_t frame_id = GetFrameId(); in HandleTryItems()
424 const size_t frame_id = GetFrameId(); in VisitFrame()
Dstack.h206 size_t GetFrameId() REQUIRES_SHARED(Locks::mutator_lock_) { in GetFrameId() function
Dthread.cc454 size_t GetFrameId() const { return frame_id_; } in GetFrameId() function in art::FrameIdToShadowFrame
482 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()
Ddebugger.cc2426 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()
/art/runtime/interpreter/
Dinterpreter.cc699 prev_frame = self->FindDebuggerShadowFrame(vis.GetFrameId()); in PrevFrameWillRetry()
/art/openjdkjvmti/
Dti_stack.cc124 cur = GetThread()->FindOrCreateDebuggerShadowFrame(GetFrameId(), in GetOrCreateShadowFrame()