Searched refs:stack_depth (Results 1 – 4 of 4) sorted by relevance
2908 int stack_depth = GetStackDepth(thread); in UpdateDebugger() local2910 if (stack_depth < single_step_control->stack_depth) { in UpdateDebugger()2914 } else if (stack_depth == single_step_control->stack_depth) { in UpdateDebugger()2933 int stack_depth = GetStackDepth(thread); in UpdateDebugger() local2934 if (stack_depth < single_step_control->stack_depth) { in UpdateDebugger()3428 single_step_control_->stack_depth = 0; in ConfigureStep()3436 ++single_step_control_->stack_depth; in ConfigureStep()3531 VLOG(jdwp) << "Single-step current stack depth: " << single_step_control->stack_depth; in ConfigureStep()4808 size_t stack_depth = record->GetDepth(); in GetRecentAllocations() local4814 JDWP::Append1BE(bytes, stack_depth); in GetRecentAllocations()[all …]
104 method(nullptr), stack_depth(0) { in SingleStepControl()124 int stack_depth; member
1556 int* stack_depth) { in InternalStackTraceToStackTraceElementArray() argument1581 if (stack_depth != nullptr) { in InternalStackTraceToStackTraceElementArray()1582 *stack_depth = depth; in InternalStackTraceToStackTraceElementArray()
479 jobjectArray output_array = nullptr, int* stack_depth = nullptr)