Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_event.cc110 ModBasket() : pLoc(NULL), threadId(0), classId(0), excepClassId(0), in ModBasket()
117 RefTypeId excepClassId; /* ExceptionOnly */ member
417 …if (pMod->exceptionOnly.refTypeId != 0 && !Dbg::MatchType(basket->excepClassId, pMod->exceptionOnl… in ModsMatch()
903 basket.excepClassId = exceptionClassId; in PostException()
Djdwp.h197 bool PostException(const JdwpLocation* pThrowLoc, ObjectId excepId, RefTypeId excepClassId,