Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_handler.cc103 size_t width = Dbg::GetTagWidth(argTypes[i]); in RequestInvoke()
623 size_t width = Dbg::GetTagWidth(fieldTag); in CT_SetValues()
793 size_t width = Dbg::GetTagWidth(fieldTag); in OR_SetValues()
/art/runtime/
Ddebugger.cc1191 size_t Dbg::GetTagWidth(JDWP::JdwpTag tag) { in GetTagWidth() function in art::Dbg
1247 size_t width = GetTagWidth(element_tag); in OutputArray()
1304 size_t width = GetTagWidth(element_tag); in SetArrayElements()
2593 size_t width = Dbg::GetTagWidth(reqSigByte); in GetLocalValues()
2760 size_t width = Dbg::GetTagWidth(sigByte); in SetLocalValues()
4141 size_t width = GetTagWidth(result_tag); in BuildInvokeReply()
Ddebugger.h308 static size_t GetTagWidth(JDWP::JdwpTag tag);