Searched refs:GetFrameDepth (Results 1 – 3 of 3) sorted by relevance
85 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()
223 size_t GetFrameDepth() const REQUIRES_SHARED(Locks::mutator_lock_) { in GetFrameDepth() function
1049 ref_info->stack_local.depth = static_cast<jint>(visitor->GetFrameDepth()); in GetReferenceKind()