Searched refs:fieldTag (Results 1 – 1 of 1) sorted by relevance
630 JDWP::JdwpTag fieldTag = Dbg::GetStaticFieldBasicTag(fieldId); in CT_SetValues() local631 size_t width = Dbg::GetTagWidth(fieldTag); in CT_SetValues()634 VLOG(jdwp) << " --> field=" << fieldId << " tag=" << fieldTag << " --> " << value; in CT_SetValues()821 JDWP::JdwpTag fieldTag = Dbg::GetFieldBasicTag(fieldId); in OR_SetValues() local822 size_t width = Dbg::GetTagWidth(fieldTag); in OR_SetValues()825 …VLOG(jdwp) << " --> fieldId=" << fieldId << " tag=" << fieldTag << "(" << width << ") value=" <… in OR_SetValues()