Searched refs:reqSigByte (Results 1 – 1 of 1) sorted by relevance
2534 JDWP::JdwpTag reqSigByte = request->ReadTag(); in GetLocalValues() local2536 VLOG(jdwp) << " --> slot " << slot << " " << reqSigByte; in GetLocalValues()2538 size_t width = Dbg::GetTagWidth(reqSigByte); in GetLocalValues()2540 JDWP::JdwpError error = Dbg::GetLocalValue(visitor, soa, slot, reqSigByte, ptr, width); in GetLocalValues()