Searched refs:frame_count (Results 1 - 10 of 10) 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/test/996-breakpoint-obsolete/
H A Dobsolete_breakpoints.cc42 jint frame_count; local
49 &frame_count))) {
52 for (jint i = 0; i < frame_count; i++) {
/art/runtime/
H A Dmonitor_objects_stack_visitor.h48 frame_count(0u),
63 VisitMethodResult vmrEntry = StartMethod(m, frame_count);
73 if (frame_count == 0) {
107 ++frame_count;
137 size_t frame_count; member in class:art::MonitorObjectsStackVisitor
H A Ddebugger.h483 size_t frame_count, JDWP::ExpandBuf* buf)
H A Ddebugger.cc2440 size_t frame_count, JDWP::ExpandBuf* buf) {
2489 GetFrameVisitor visitor(thread, start_frame, frame_count, buf);
2439 GetThreadFrames(JDWP::ObjectId thread_id, size_t start_frame, size_t frame_count, JDWP::ExpandBuf* buf) argument
H A Dthread.cc1786 if (frame_count == 0) {
/art/openjdkjvmti/
H A Dti_stack.cc410 stack_info.frame_count = 0;
427 stack_info.frame_count = static_cast<jint>(collected_frames);
457 if (old_stack_info.frame_count > 0) {
459 size_t frames_size = static_cast<size_t>(old_stack_info.frame_count) * sizeof(jvmtiFrameInfo);
462 frame_info += old_stack_info.frame_count;
572 stack_info.frame_count = 0;
589 stack_info.frame_count = static_cast<jint>(collected_frames);
627 stack_info[i].frame_count = 0;
638 if (old_stack_info.frame_count > 0) {
641 static_cast<size_t>(old_stack_info.frame_count) * sizeo
[all...]
/art/test/911-get-stack-trace/
H A Dstack_trace.cc161 stack_infos[thread_index].frame_count);
197 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/openjdkjvmti/include/
H A Djvmti.h543 jint frame_count; member in struct:_jvmtiStackInfo

Completed in 176 milliseconds