Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dthrowable.h54 int32_t GetStackDepth() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
Dthrowable.cc72 int32_t Throwable::GetStackDepth() { in GetStackDepth() function in art::mirror::Throwable
/art/runtime/
Ddebugger.cc2326 static int GetStackDepth(Thread* thread) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in GetStackDepth() function
2359 *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 …]
Ddebugger.h108 int GetStackDepth() const { in GetStackDepth() function
Dthread.cc1780 return count_visitor.GetDepth() == exception->GetStackDepth(); in IsExceptionThrownByCurrentMethod()