Searched refs:stack_depth (Results 1 – 7 of 7) sorted by relevance
613 static void VMDebug_setAllocTrackerStackDepth(JNIEnv* env, jclass, jint stack_depth) { in VMDebug_setAllocTrackerStackDepth() argument615 if (stack_depth < 0 || in VMDebug_setAllocTrackerStackDepth()616 static_cast<size_t>(stack_depth) > gc::AllocRecordObjectMap::kMaxSupportedStackDepth) { in VMDebug_setAllocTrackerStackDepth()620 stack_depth); in VMDebug_setAllocTrackerStackDepth()622 runtime->GetHeap()->SetAllocTrackerStackDepth(static_cast<size_t>(stack_depth)); in VMDebug_setAllocTrackerStackDepth()
112 monitors[i].stack_depth, in Java_art_Test1922_getOwnedMonitorStackDepthInfo()
3063 int stack_depth = GetStackDepth(thread); in UpdateDebugger() local3065 if (stack_depth < single_step_control->GetStackDepth()) { in UpdateDebugger()3069 } else if (stack_depth == single_step_control->GetStackDepth()) { in UpdateDebugger()3088 int stack_depth = GetStackDepth(thread); in UpdateDebugger() local3089 if (stack_depth < single_step_control->GetStackDepth()) { in UpdateDebugger()3705 stack_depth(0), in ConfigureStep()3714 ++stack_depth; in ConfigureStep()3726 int stack_depth; in ConfigureStep() member3738 visitor.stack_depth, visitor.method); in ConfigureStep()5149 size_t stack_depth = record->GetDepth(); in GetRecentAllocations() local[all …]
125 int stack_depth, ArtMethod* method) in SingleStepControl() argument127 stack_depth_(stack_depth), method_(method) { in SingleStepControl()
2914 int* stack_depth) { in InternalStackTraceToStackTraceElementArray() argument2941 if (stack_depth != nullptr) { in InternalStackTraceToStackTraceElementArray()2942 *stack_depth = depth; in InternalStackTraceToStackTraceElementArray()
624 jobjectArray output_array = nullptr, int* stack_depth = nullptr)
527 jint stack_depth; member