Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.cc4073 JDWP::ObjectId exceptionObjectId = gRegistry->Add(exception); in ExecuteMethodWithoutPendingException() local
4075 if (exceptionObjectId != 0) { in ExecuteMethodWithoutPendingException()
4100 if (exceptionObjectId == 0) { in ExecuteMethodWithoutPendingException()
4129 exceptionObjectId); in ExecuteMethodWithoutPendingException()
4132 if (result_tag == JDWP::JT_STRING && exceptionObjectId == 0) { in ExecuteMethodWithoutPendingException()
4147 BuildInvokeReply(pReq->reply, pReq->request_id, result_tag, result_value, exceptionObjectId); in ExecuteMethodWithoutPendingException()