Searched refs:start_frame (Results 1 - 3 of 3) sorted by relevance

/art/runtime/jdwp/
H A Djdwp_handler.cc1038 uint32_t start_frame = request.ReadUnsigned32("start frame"); local
1051 if (start_frame > actual_frame_count) {
1055 length = actual_frame_count - start_frame;
1057 if (start_frame + length > actual_frame_count) {
1061 return Dbg::GetThreadFrames(thread_id, start_frame, length, pReply);
/art/runtime/
H A Ddebugger.h450 static JDWP::JdwpError GetThreadFrames(JDWP::ObjectId thread_id, size_t start_frame,
H A Ddebugger.cc2299 JDWP::JdwpError Dbg::GetThreadFrames(JDWP::ObjectId thread_id, size_t start_frame, argument
2303 GetFrameVisitor(Thread* thread, size_t start_frame, size_t frame_count, JDWP::ExpandBuf* buf)
2306 start_frame_(start_frame), frame_count_(frame_count), buf_(buf) {
2348 GetFrameVisitor visitor(thread, start_frame, frame_count, buf);

Completed in 46 milliseconds