Searched refs:GetStackDepth (Results 1 – 5 of 5) sorted by relevance
53 int32_t GetStackDepth() REQUIRES_SHARED(Locks::mutator_lock_);
78 int32_t Throwable::GetStackDepth() { in GetStackDepth() function in art::mirror::Throwable
2324 static int GetStackDepth(Thread* thread) REQUIRES_SHARED(Locks::mutator_lock_) { in GetStackDepth() function2357 *result = GetStackDepth(thread); in GetThreadFrameCount()3096 int stack_depth = GetStackDepth(thread); in UpdateDebugger()3098 if (stack_depth < single_step_control->GetStackDepth()) { in UpdateDebugger()3102 } else if (stack_depth == single_step_control->GetStackDepth()) { in UpdateDebugger()3121 int stack_depth = GetStackDepth(thread); in UpdateDebugger()3122 if (stack_depth < single_step_control->GetStackDepth()) { in UpdateDebugger()3531 ssc->GetStackDepth() > GetStackDepth(thread)) { in IsForcedInterpreterNeededForResolutionImpl()3565 ssc->GetStackDepth() > GetStackDepth(thread)) { in IsForcedInstrumentationNeededForResolutionImpl()3599 if (ssc->GetStackDepth() >= GetStackDepth(thread)) { in IsForcedInterpreterNeededForUpcallImpl()[all …]
109 int GetStackDepth() const { in GetStackDepth() function
2590 return count_visitor.GetDepth() == static_cast<uint32_t>(exception->GetStackDepth()); in IsExceptionThrownByCurrentMethod()