Searched refs:frame_count (Results 1 - 8 of 8) sorted by relevance

/art/test/984-obsolete-invoke/
H A Dobsolete_invoke.cc35 jint frame_count; local
47 &frame_count))) {
51 for (jint i = 0; i < frame_count; i++) {
/art/runtime/openjdkjvmti/
H A Dti_stack.cc339 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 Dstack_trace.cc160 stack_infos[thread_index].frame_count);
196 stack_infos[thread_index].frame_count);
/art/runtime/jdwp/
H A Djdwp_handler.cc1048 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 Dthread.cc1687 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 Ddebugger.h463 size_t frame_count, JDWP::ExpandBuf* buf)
H A Ddebugger.cc2356 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 Djvmti.h543 jint frame_count; member in struct:_jvmtiStackInfo

Completed in 2092 milliseconds