Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_handler.cc107 size_t width = Dbg::GetTagWidth(argTypes[i]); in RequestInvoke()
631 size_t width = Dbg::GetTagWidth(fieldTag); in CT_SetValues()
822 size_t width = Dbg::GetTagWidth(fieldTag); in OR_SetValues()
/art/runtime/
Ddebugger.cc1212 size_t Dbg::GetTagWidth(JDWP::JdwpTag tag) { in GetTagWidth() function in art::Dbg
1268 size_t width = GetTagWidth(element_tag); in OutputArray()
1325 size_t width = GetTagWidth(element_tag); in SetArrayElements()
2678 size_t width = Dbg::GetTagWidth(reqSigByte); in GetLocalValues()
2845 size_t width = Dbg::GetTagWidth(sigByte); in SetLocalValues()
4300 size_t width = GetTagWidth(result_tag); in BuildInvokeReply()
Ddebugger.h318 static size_t GetTagWidth(JDWP::JdwpTag tag);