Home | History | Annotate | Download | only in jdwp

Lines Matching defs:frame_id

1396   FrameId frame_id = request.ReadFrameId();
1408 Dbg::GetLocalValue(thread_id, frame_id, slot, reqSigByte, ptr, width);
1420 FrameId frame_id = request.ReadFrameId();
1430 Dbg::SetLocalValue(thread_id, frame_id, slot, sigByte, value, width);
1439 FrameId frame_id = request.ReadFrameId();
1442 JdwpError rc = Dbg::GetThisObject(thread_id, frame_id, &object_id);