Home | History | Annotate | Download | only in runtime

Lines Matching refs:GetStackDepth

2263 static int GetStackDepth(Thread* thread) SHARED_REQUIRES(Locks::mutator_lock_) {
2296 *result = GetStackDepth(thread);
3026 int stack_depth = GetStackDepth(thread);
3028 if (stack_depth < single_step_control->GetStackDepth()) {
3032 } else if (stack_depth == single_step_control->GetStackDepth()) {
3051 int stack_depth = GetStackDepth(thread);
3052 if (stack_depth < single_step_control->GetStackDepth()) {
3459 ssc->GetStackDepth() > GetStackDepth(thread)) {
3493 ssc->GetStackDepth() > GetStackDepth(thread)) {
3527 if (ssc->GetStackDepth() >= GetStackDepth(thread)) {
3778 VLOG(jdwp) << "Single-step current stack depth: " << single_step_control->GetStackDepth();