Home
last modified time | relevance | path

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

/dalvik/vm/jdwp/
DJdwpEvent.cpp1023 const JdwpLocation* pCatchLoc, ObjectId thisPtr) in dvmJdwpPostException() argument
1036 basket.caught = (pCatchLoc->classId != 0); in dvmJdwpPostException()
1063 if (pCatchLoc->classId == 0) { in dvmJdwpPostException()
1066 ALOGV(" catch: %d %llx %x %lld (%s.%s)", pCatchLoc->typeTag, in dvmJdwpPostException()
1067 pCatchLoc->classId, pCatchLoc->methodId, pCatchLoc->idx, in dvmJdwpPostException()
1068 dvmDbgGetClassDescriptor(pCatchLoc->classId), in dvmJdwpPostException()
1069 dvmDbgGetMethodName(pCatchLoc->classId, pCatchLoc->methodId)); in dvmJdwpPostException()
1088 dvmJdwpAddLocation(pReq, pCatchLoc); in dvmJdwpPostException()
DJdwp.h211 ObjectId excepId, RefTypeId excepClassId, const JdwpLocation* pCatchLoc,