Searched refs:sigByte (Results 1 – 1 of 1) sorted by relevance
2759 JDWP::JdwpTag sigByte = request->ReadTag(); in SetLocalValues() local2760 size_t width = Dbg::GetTagWidth(sigByte); in SetLocalValues()2763 VLOG(jdwp) << " --> slot " << slot << " " << sigByte << " " << value; in SetLocalValues()2764 error = Dbg::SetLocalValue(visitor, slot, sigByte, value, width); in SetLocalValues()