Home
last modified time | relevance | path

Searched refs:fieldTag (Results 1 – 1 of 1) sorted by relevance

/art/runtime/jdwp/
Djdwp_handler.cc630 JDWP::JdwpTag fieldTag = Dbg::GetStaticFieldBasicTag(fieldId); in CT_SetValues() local
631 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() local
822 size_t width = Dbg::GetTagWidth(fieldTag); in OR_SetValues()
825 …VLOG(jdwp) << " --> fieldId=" << fieldId << " tag=" << fieldTag << "(" << width << ") value=" <… in OR_SetValues()