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

/art/runtime/
H A Dthread.cc879 last_method(nullptr), last_line_number(0), repetition_count(0), frame_count(0) {
883 if (frame_count == 0) {
921 if (frame_count == 0) {
930 ++frame_count;
960 int frame_count; member in struct:art::StackDumpVisitor
H A Ddebugger.h455 size_t frame_count, JDWP::ExpandBuf* buf)
H A Ddebugger.cc2312 size_t frame_count, JDWP::ExpandBuf* buf) {
2315 GetFrameVisitor(Thread* thread, size_t start_frame, size_t frame_count, JDWP::ExpandBuf* buf)
2318 start_frame_(start_frame), frame_count_(frame_count), buf_(buf) {
2360 GetFrameVisitor visitor(thread, start_frame, frame_count, buf);
2311 GetThreadFrames(JDWP::ObjectId thread_id, size_t start_frame, size_t frame_count, JDWP::ExpandBuf* buf) argument
/art/runtime/jdwp/
H A Djdwp_handler.cc1071 size_t frame_count; local
1072 JdwpError rc = Dbg::GetThreadFrameCount(thread_id, frame_count);
1076 expandBufAdd4BE(pReply, static_cast<uint32_t>(frame_count));

Completed in 135 milliseconds