Home
last modified time | relevance | path

Searched defs:exceptionClass (Results 1 – 9 of 9) sorted by relevance

/dalvik/vm/
DException.h43 INLINE void dvmThrowException(ClassObject* exceptionClass, in dvmThrowException()
60 INLINE void dvmThrowExceptionFmt(ClassObject* exceptionClass, in dvmThrowExceptionFmt()
83 ClassObject* exceptionClass, const char* messageDescriptor) in dvmThrowExceptionWithClassMessage()
DException.cpp102 void dvmThrowExceptionFmtV(ClassObject* exceptionClass, in dvmThrowExceptionFmtV()
188 ClassObject* exceptionClass, const char* messageDescriptor, in dvmThrowChainedExceptionWithClassMessage()
1189 static void throwTypeError(ClassObject* exceptionClass, const char* fmt, in throwTypeError()
/dalvik/dexgen/src/com/android/dexgen/rop/
DByteCatchList.java89 CstType exceptionClass) { in set()
235 private final CstType exceptionClass; field in ByteCatchList.Item
249 CstType exceptionClass) { in Item()
/dalvik/dx/src/com/android/dx/cf/code/
DByteCatchList.java89 CstType exceptionClass) { in set()
235 private final CstType exceptionClass; field in ByteCatchList.Item
249 CstType exceptionClass) { in Item()
DFrame.java396 public Frame makeExceptionHandlerStartFrame(CstType exceptionClass) { in makeExceptionHandlerStartFrame()
DRopper.java808 CstType exceptionClass = one.getExceptionClass(); in processBlock() local
/dalvik/vm/native/
DInternalNative.cpp156 ClassObject* exceptionClass = NULL; in dvmVerifyObjectInClass() local
/dalvik/dx/src/com/android/dx/command/dump/
DBlockDumper.java260 CstType exceptionClass = one.getExceptionClass(); in regularDump() local
/dalvik/vm/interp/
DInterp.cpp1396 ClassObject* exceptionClass = gDvm.exVerifyError; in dvmThrowVerificationError() local