Home | History | Annotate | Download | only in runtime

Lines Matching refs:sigByte

2766     JDWP::JdwpTag sigByte = request->ReadTag();
2767 size_t width = Dbg::GetTagWidth(sigByte);
2770 VLOG(jdwp) << " --> slot " << slot << " " << sigByte << " " << value;
2771 error = Dbg::SetLocalValue(thread, visitor, slot, sigByte, value, width);