Home | History | Annotate | Download | only in runtime

Lines Matching refs:stack_depth

3096       int stack_depth = GetStackDepth(thread);
3098 if (stack_depth < single_step_control->GetStackDepth()) {
3102 } else if (stack_depth == single_step_control->GetStackDepth()) {
3121 int stack_depth = GetStackDepth(thread);
3122 if (stack_depth < single_step_control->GetStackDepth()) {
3752 stack_depth(0),
3761 ++stack_depth;
3773 int stack_depth;
3830 visitor.stack_depth, visitor.method);
5193 size_t stack_depth = record->GetDepth();
5199 JDWP::Append1BE(bytes, stack_depth);
5201 for (size_t stack_frame = 0; stack_frame < stack_depth; ++stack_frame) {