Home
last modified time | relevance | path

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

/art/runtime/
Dthread.cc1038 frame_count(0) {} in StackDumpVisitor()
1041 if (frame_count == 0) { in ~StackDumpVisitor()
1080 if (frame_count == 0) { in VisitFrame()
1089 ++frame_count; in VisitFrame()
1122 int frame_count; member
Ddebugger.h477 size_t frame_count, JDWP::ExpandBuf* buf)
Ddebugger.cc2364 size_t frame_count, JDWP::ExpandBuf* buf) { in GetThreadFrames() argument
2413 GetFrameVisitor visitor(thread, start_frame, frame_count, buf); in GetThreadFrames()
/art/runtime/jdwp/
Djdwp_handler.cc1020 size_t frame_count; in TR_FrameCount() local
1021 JdwpError rc = Dbg::GetThreadFrameCount(thread_id, &frame_count); in TR_FrameCount()
1025 expandBufAdd4BE(pReply, static_cast<uint32_t>(frame_count)); in TR_FrameCount()