Home
last modified time | relevance | path

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

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