Searched refs:start_frame (Results 1 – 2 of 2) sorted by relevance
1015 uint32_t start_frame = request->ReadUnsigned32("start frame"); in TR_Frames() local1028 if (start_frame > actual_frame_count) { in TR_Frames()1032 length = actual_frame_count - start_frame; in TR_Frames()1034 if (start_frame + length > actual_frame_count) { in TR_Frames()1038 return Dbg::GetThreadFrames(thread_id, start_frame, length, pReply); in TR_Frames()
482 static JDWP::JdwpError GetThreadFrames(JDWP::ObjectId thread_id, size_t start_frame,