Home
last modified time | relevance | path

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

/art/runtime/
Dquick_exception_handler.cc80 exception_handler_->SetHandlerFrameDepth(GetFrameDepth()); in VisitFrame()
351 exception_handler_->SetHandlerFrameDepth(GetFrameDepth()); in VisitFrame()
353 VLOG(deopt) << "Deoptimizing stack: depth: " << GetFrameDepth() in VisitFrame()
366 CHECK_EQ(GetFrameDepth(), 1U); in VisitFrame()
Dstack.h219 size_t GetFrameDepth() const REQUIRES_SHARED(Locks::mutator_lock_) { in GetFrameDepth() function
/art/openjdkjvmti/
Dti_heap.cc1046 ref_info->stack_local.depth = static_cast<jint>(visitor->GetFrameDepth()); in GetReferenceKind()