Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_handler.cc99 std::unique_ptr<JdwpTag[]> argTypes(arg_count > 0 ? new JdwpTag[arg_count] : nullptr); in RequestInvoke() local
102 argTypes[i] = request->ReadTag(); in RequestInvoke()
103 size_t width = Dbg::GetTagWidth(argTypes[i]); in RequestInvoke()
105 VLOG(jdwp) << " " << argTypes[i] << StringPrintf("(%zd): %#" PRIx64, width, in RequestInvoke()
116 argValues.get(), argTypes.get(), options); in RequestInvoke()