Home
last modified time | relevance | path

Searched refs:stack_depth (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Ddebugger.cc2908 int stack_depth = GetStackDepth(thread); in UpdateDebugger() local
2910 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() local
2934 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() local
4814 JDWP::Append1BE(bytes, stack_depth); in GetRecentAllocations()
[all …]
Ddebugger.h104 method(nullptr), stack_depth(0) { in SingleStepControl()
124 int stack_depth; member
Dthread.cc1556 int* stack_depth) { in InternalStackTraceToStackTraceElementArray() argument
1581 if (stack_depth != nullptr) { in InternalStackTraceToStackTraceElementArray()
1582 *stack_depth = depth; in InternalStackTraceToStackTraceElementArray()
Dthread.h479 jobjectArray output_array = nullptr, int* stack_depth = nullptr)