Home
last modified time | relevance | path

Searched refs:GetFrameDepth (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/art/runtime/
H A Dquick_exception_handler.cc85 exception_handler_->SetHandlerFrameDepth(GetFrameDepth()); in VisitFrame()
112 DCHECK_IMPLIES(skip_unwind_callback_, GetFrameDepth() == 2); in VisitFrame()
438 exception_handler_->SetHandlerFrameDepth(GetFrameDepth()); in VisitFrame()
440 VLOG(deopt) << "Deoptimizing stack: depth: " << GetFrameDepth() in VisitFrame()
462 CHECK((GetFrameDepth() == 1U) || (GetFrameDepth() == 0U)); in VisitFrame()
513 if (GetFrameDepth() == 0U && skip_method_exit_callbacks_) { in VisitFrame()
H A Dstack.h223 size_t GetFrameDepth() const REQUIRES_SHARED(Locks::mutator_lock_) { in GetFrameDepth() function
/aosp_15_r20/art/openjdkjvmti/
H A Dti_heap.cc1049 ref_info->stack_local.depth = static_cast<jint>(visitor->GetFrameDepth()); in GetReferenceKind()