Searched refs:frame_count (Results 1 - 8 of 8) sorted by relevance
/art/test/984-obsolete-invoke/ |
H A D | obsolete_invoke.cc | 35 jint frame_count; local 47 &frame_count))) { 51 for (jint i = 0; i < frame_count; i++) {
|
/art/runtime/openjdkjvmti/ |
H A D | ti_stack.cc | 339 stack_info.frame_count = 0; 356 stack_info.frame_count = static_cast<jint>(collected_frames); 386 if (old_stack_info.frame_count > 0) { 388 size_t frames_size = static_cast<size_t>(old_stack_info.frame_count) * sizeof(jvmtiFrameInfo); 391 frame_info += old_stack_info.frame_count; 506 stack_info.frame_count = 0; 523 stack_info.frame_count = static_cast<jint>(collected_frames); 561 stack_info[i].frame_count = 0; 572 if (old_stack_info.frame_count > 0) { 575 static_cast<size_t>(old_stack_info.frame_count) * sizeo [all...] |
/art/test/911-get-stack-trace/ |
H A D | stack_trace.cc | 160 stack_infos[thread_index].frame_count); 196 stack_infos[thread_index].frame_count);
|
/art/runtime/jdwp/ |
H A D | jdwp_handler.cc | 1048 size_t frame_count; local 1049 JdwpError rc = Dbg::GetThreadFrameCount(thread_id, &frame_count); 1053 expandBufAdd4BE(pReply, static_cast<uint32_t>(frame_count));
|
/art/runtime/ |
H A D | thread.cc | 1687 frame_count(0), 1691 if (frame_count == 0) { 1730 if (frame_count == 0) { 1741 ++frame_count; 1779 int frame_count; member in struct:art::StackDumpVisitor
|
H A D | debugger.h | 463 size_t frame_count, JDWP::ExpandBuf* buf)
|
H A D | debugger.cc | 2356 size_t frame_count, JDWP::ExpandBuf* buf) { 2405 GetFrameVisitor visitor(thread, start_frame, frame_count, buf); 2355 GetThreadFrames(JDWP::ObjectId thread_id, size_t start_frame, size_t frame_count, JDWP::ExpandBuf* buf) argument
|
/art/runtime/openjdkjvmti/include/ |
H A D | jvmti.h | 543 jint frame_count; member in struct:_jvmtiStackInfo
|
Completed in 2092 milliseconds