Searched defs:pThrowLoc (Results 1 - 1 of 1) sorted by relevance

/dalvik/vm/jdwp/
H A DJdwpEvent.cpp1021 bool dvmJdwpPostException(JdwpState* state, const JdwpLocation* pThrowLoc, argument
1030 basket.pLoc = pThrowLoc;
1031 basket.classId = pThrowLoc->classId;
1059 ALOGV(" throw: %d %llx %x %lld (%s.%s)", pThrowLoc->typeTag,
1060 pThrowLoc->classId, pThrowLoc->methodId, pThrowLoc->idx,
1061 dvmDbgGetClassDescriptor(pThrowLoc->classId),
1062 dvmDbgGetMethodName(pThrowLoc->classId, pThrowLoc
[all...]

Completed in 60 milliseconds