Home | History | Annotate | Download | only in runtime

Lines Matching defs:stack_depth

109   int stack_depth;
2332 int stack_depth = GetStackDepth(thread);
2334 if (stack_depth < gSingleStepControl.stack_depth) {
2338 } else if (stack_depth == gSingleStepControl.stack_depth) {
2357 int stack_depth = GetStackDepth(thread);
2358 if (stack_depth < gSingleStepControl.stack_depth) {
2475 gSingleStepControl.stack_depth = 0;
2484 ++gSingleStepControl.stack_depth;
2577 VLOG(jdwp) << "Single-step current stack depth: " << gSingleStepControl.stack_depth;
3758 size_t stack_depth = record->GetDepth();
3764 JDWP::Append1BE(bytes, stack_depth);
3767 for (size_t stack_frame = 0; stack_frame < stack_depth; ++stack_frame) {