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