Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_handler.cc126 ObjectId exceptObjId; in FinishInvoke() local
127 …d_id, arg_count, argValues.get(), argTypes.get(), options, &resultTag, &resultValue, &exceptObjId); in FinishInvoke()
137 resultValue = (exceptObjId == 0) ? object_id : 0; in FinishInvoke()
146 expandBufAddObjectId(pReply, exceptObjId); in FinishInvoke()
149 << StringPrintf(" %#" PRIx64 " (except=%#" PRIx64 ")", resultValue, exceptObjId); in FinishInvoke()
152 if (resultTag == JT_STRING && exceptObjId == 0) { in FinishInvoke()