Home | History | Annotate | Download | only in runtime

Lines Matching defs:stack_depth

3045       int stack_depth = GetStackDepth(thread);
3047 if (stack_depth < single_step_control->GetStackDepth()) {
3051 } else if (stack_depth == single_step_control->GetStackDepth()) {
3070 int stack_depth = GetStackDepth(thread);
3071 if (stack_depth < single_step_control->GetStackDepth()) {
3693 stack_depth(0),
3702 ++stack_depth;
3715 int stack_depth;
3772 visitor.stack_depth, visitor.method);
5038 size_t stack_depth = record->GetDepth();
5044 JDWP::Append1BE(bytes, stack_depth);
5046 for (size_t stack_frame = 0; stack_frame < stack_depth; ++stack_frame) {