Home
last modified time | relevance | path

Searched refs:GetStackDepth (Results 1 – 5 of 5) sorted by relevance

/art/runtime/mirror/
Dthrowable.h53 int32_t GetStackDepth() REQUIRES_SHARED(Locks::mutator_lock_);
Dthrowable.cc78 int32_t Throwable::GetStackDepth() { in GetStackDepth() function in art::mirror::Throwable
/art/runtime/
Ddebugger.cc2324 static int GetStackDepth(Thread* thread) REQUIRES_SHARED(Locks::mutator_lock_) { in GetStackDepth() function
2357 *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 …]
Ddebugger.h109 int GetStackDepth() const { in GetStackDepth() function
Dthread.cc2590 return count_visitor.GetDepth() == static_cast<uint32_t>(exception->GetStackDepth()); in IsExceptionThrownByCurrentMethod()