Searched refs:GetStackDepth (Results 1 – 5 of 5) sorted by relevance
54 int32_t GetStackDepth() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
72 int32_t Throwable::GetStackDepth() { in GetStackDepth() function in art::mirror::Throwable
2326 static int GetStackDepth(Thread* thread) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in GetStackDepth() function2359 *result = GetStackDepth(thread); in GetThreadFrameCount()3080 int stack_depth = GetStackDepth(thread); in UpdateDebugger()3082 if (stack_depth < single_step_control->GetStackDepth()) { in UpdateDebugger()3086 } else if (stack_depth == single_step_control->GetStackDepth()) { in UpdateDebugger()3105 int stack_depth = GetStackDepth(thread); in UpdateDebugger()3106 if (stack_depth < single_step_control->GetStackDepth()) { in UpdateDebugger()3541 ssc->GetStackDepth() > GetStackDepth(thread)) { in IsForcedInterpreterNeededForResolutionImpl()3575 ssc->GetStackDepth() > GetStackDepth(thread)) { in IsForcedInstrumentationNeededForResolutionImpl()3609 if (ssc->GetStackDepth() >= GetStackDepth(thread)) { in IsForcedInterpreterNeededForUpcallImpl()[all …]
108 int GetStackDepth() const { in GetStackDepth() function
1780 return count_visitor.GetDepth() == exception->GetStackDepth(); in IsExceptionThrownByCurrentMethod()