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