Searched refs:stack_depth (Results 1 – 4 of 4) sorted by relevance
3080 int stack_depth = GetStackDepth(thread); in UpdateDebugger() local3082 if (stack_depth < single_step_control->GetStackDepth()) { in UpdateDebugger()3086 } else if (stack_depth == single_step_control->GetStackDepth()) { in UpdateDebugger()3105 int stack_depth = GetStackDepth(thread); in UpdateDebugger() local3106 if (stack_depth < single_step_control->GetStackDepth()) { in UpdateDebugger()3686 stack_depth(0), in ConfigureStep()3695 ++stack_depth; in ConfigureStep()3708 int stack_depth; in ConfigureStep() member3765 visitor.stack_depth, visitor.method); in ConfigureStep()5152 size_t stack_depth = record->GetDepth(); in GetRecentAllocations() local[all …]
95 int stack_depth, ArtMethod* method) in SingleStepControl() argument97 stack_depth_(stack_depth), method_(method) { in SingleStepControl()
1785 int* stack_depth) { in InternalStackTraceToStackTraceElementArray() argument1810 if (stack_depth != nullptr) { in InternalStackTraceToStackTraceElementArray()1811 *stack_depth = depth; in InternalStackTraceToStackTraceElementArray()
506 jobjectArray output_array = nullptr, int* stack_depth = nullptr)