Searched refs:start_depth (Results 1 – 5 of 5) sorted by relevance
/art/openjdkjvmti/ |
D | ti_stack.cc | 171 jint start_depth, in TranslateFrameVector() argument 182 if (start_depth >= 0) { in TranslateFrameVector() 196 if (collected_frames < static_cast<size_t>(-start_depth)) { in TranslateFrameVector() 200 size_t count = std::min(static_cast<size_t>(-start_depth), static_cast<size_t>(max_frame_count)); in TranslateFrameVector() 202 &frames.data()[collected_frames + start_depth], in TranslateFrameVector() 237 jint start_depth, in GetStackTrace() argument 275 if (start_depth >= 0) { in GetStackTrace() 278 static_cast<size_t>(start_depth), in GetStackTrace() 287 << start_depth << "."; in GetStackTrace() 299 start_depth, in GetStackTrace()
|
D | ti_stack.h | 62 jint start_depth,
|
D | OpenjdkJvmTi.cc | 287 jint start_depth, in GetStackTrace() argument 294 start_depth, in GetStackTrace()
|
/art/compiler/debug/ |
D | elf_debug_info_writer.h | 178 int start_depth = info_.Depth(); in Write() local 269 CHECK_EQ(info_.Depth(), start_depth); // Balanced start/end. in Write()
|
/art/openjdkjvmti/include/ |
D | jvmti.h | 1539 jint start_depth, 1901 jint start_depth, in GetStackTrace() 1905 …return functions->GetStackTrace(this, thread, start_depth, max_frame_count, frame_buffer, count_pt… in GetStackTrace()
|