Lines Matching refs:GetStackDepth
2402 static int GetStackDepth(Thread* thread) REQUIRES_SHARED(Locks::mutator_lock_) {
2435 *result = GetStackDepth(thread);
3173 int stack_depth = GetStackDepth(thread);
3175 if (stack_depth < single_step_control->GetStackDepth()) {
3179 } else if (stack_depth == single_step_control->GetStackDepth()) {
3198 int stack_depth = GetStackDepth(thread);
3199 if (stack_depth < single_step_control->GetStackDepth()) {
3608 ssc->GetStackDepth() > GetStackDepth(thread)) {
3642 ssc->GetStackDepth() > GetStackDepth(thread)) {
3676 if (ssc->GetStackDepth() >= GetStackDepth(thread)) {
3934 VLOG(jdwp) << "Single-step current stack depth: " << single_step_control->GetStackDepth();