Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_event.cc894 bool JdwpState::PostException(const JdwpLocation* pThrowLoc, in PostException() argument
899 basket.pLoc = pThrowLoc; in PostException()
900 basket.classId = pThrowLoc->class_id; in PostException()
926 << " throw: " << *pThrowLoc; in PostException()
945 expandBufAddLocation(pReq, *pThrowLoc); in PostException()
Djdwp.h197 bool PostException(const JdwpLocation* pThrowLoc, ObjectId excepId, RefTypeId excepClassId,