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 | 186 jint start_depth, in TranslateFrameVector() argument 197 if (start_depth >= 0) { in TranslateFrameVector() 211 if (collected_frames < static_cast<size_t>(-start_depth)) { in TranslateFrameVector() 215 size_t count = std::min(static_cast<size_t>(-start_depth), static_cast<size_t>(max_frame_count)); in TranslateFrameVector() 217 &frames.data()[collected_frames + start_depth], in TranslateFrameVector() 252 jint start_depth, in GetStackTrace() argument 290 if (start_depth >= 0) { in GetStackTrace() 293 static_cast<size_t>(start_depth), in GetStackTrace() 302 << start_depth << "."; in GetStackTrace() 314 start_depth, in GetStackTrace()
|
D | OpenjdkJvmTi.cc | 283 jint start_depth, in GetStackTrace() argument 290 start_depth, in GetStackTrace()
|
/art/compiler/debug/ |
D | elf_debug_info_writer.h | 179 int start_depth = info_.Depth(); in Write() local 270 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()
|