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()
630 size_t width = Dbg::GetTagWidth(fieldTag); in CT_SetValues()
821 size_t width = Dbg::GetTagWidth(fieldTag); in OR_SetValues()
/art/runtime/
Ddebugger.cc1207 size_t Dbg::GetTagWidth(JDWP::JdwpTag tag) { in GetTagWidth() function in art::Dbg
1266 size_t width = GetTagWidth(element_tag); in OutputArray()
1323 size_t width = GetTagWidth(element_tag); in SetArrayElements()
2605 size_t width = Dbg::GetTagWidth(reqSigByte); in GetLocalValues()
2770 size_t width = Dbg::GetTagWidth(sigByte); in SetLocalValues()
4155 size_t width = GetTagWidth(result_tag); in BuildInvokeReply()
Ddebugger.h328 static size_t GetTagWidth(JDWP::JdwpTag tag);