Searched refs:start_depth (Results 1 – 5 of 5) sorted by relevance
/art/openjdkjvmti/ |
D | ti_stack.h | 63 jint start_depth,
|
D | ti_stack.cc | 188 jint start_depth, in TranslateFrameVector() argument 199 if (start_depth >= 0) { in TranslateFrameVector() 213 if (collected_frames < static_cast<size_t>(-start_depth)) { in TranslateFrameVector() 217 size_t count = std::min(static_cast<size_t>(-start_depth), static_cast<size_t>(max_frame_count)); in TranslateFrameVector() 219 &frames.data()[collected_frames + start_depth], in TranslateFrameVector() 254 jint start_depth, in GetStackTrace() argument 292 if (start_depth >= 0) { in GetStackTrace() 295 static_cast<size_t>(start_depth), in GetStackTrace() 304 << start_depth << "."; in GetStackTrace() 316 start_depth, in GetStackTrace()
|
D | OpenjdkJvmTi.cc | 289 jint start_depth, in GetStackTrace() argument 296 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()
|