Lines Matching refs:GetStackDepth
2370 static int GetStackDepth(Thread* thread) REQUIRES_SHARED(Locks::mutator_lock_) { in GetStackDepth() function
2396 *result = GetStackDepth(thread); in GetThreadFrameCount()
3063 int stack_depth = GetStackDepth(thread); in UpdateDebugger()
3065 if (stack_depth < single_step_control->GetStackDepth()) { in UpdateDebugger()
3069 } else if (stack_depth == single_step_control->GetStackDepth()) { in UpdateDebugger()
3088 int stack_depth = GetStackDepth(thread); in UpdateDebugger()
3089 if (stack_depth < single_step_control->GetStackDepth()) { in UpdateDebugger()
3498 ssc->GetStackDepth() > GetStackDepth(thread)) { in IsForcedInterpreterNeededForResolutionImpl()
3532 ssc->GetStackDepth() > GetStackDepth(thread)) { in IsForcedInstrumentationNeededForResolutionImpl()
3566 if (ssc->GetStackDepth() >= GetStackDepth(thread)) { in IsForcedInterpreterNeededForUpcallImpl()
3789 VLOG(jdwp) << "Single-step current stack depth: " << single_step_control->GetStackDepth(); in ConfigureStep()