Home
last modified time | relevance | path

Searched defs:cause (Results 1 – 8 of 8) sorted by relevance

/dalvik/dx/src/com/android/dx/cf/iface/
DParseException.java30 public ParseException(Throwable cause) { in ParseException()
34 public ParseException(String message, Throwable cause) { in ParseException()
/dalvik/dx/src/com/android/dx/cf/code/
DSimException.java30 public SimException(Throwable cause) { in SimException()
34 public SimException(String message, Throwable cause) { in SimException()
/dalvik/dx/src/com/android/dx/util/
DMutabilityException.java28 public MutabilityException(Throwable cause) { in MutabilityException()
32 public MutabilityException(String message, Throwable cause) { in MutabilityException()
DExceptionWithContext.java67 public ExceptionWithContext(Throwable cause) { in ExceptionWithContext()
77 public ExceptionWithContext(String message, Throwable cause) { in ExceptionWithContext()
/dalvik/vm/
DException.c218 Object* cause) in dvmThrowChainedException()
263 Object* cause) in dvmThrowChainedExceptionByClass()
333 const char* messageDescriptor, Object* cause) in dvmThrowChainedExceptionWithClassMessage()
404 static bool initException(Object* exception, const char* msg, Object* cause, in initException()
707 Object* cause = in dvmGetExceptionCause() local
1288 Object* cause; in dvmLogExceptionStackTrace() local
/dalvik/tests/087-gc-after-link/src/
DMain.java29 public TestFailed(Throwable cause) { in TestFailed()
/dalvik/tests/086-null-super/src/
DMain.java29 public TestFailed(Throwable cause) { in TestFailed()
/dalvik/vm/analysis/
DOptimize.c425 Object* cause = dvmGetExceptionCause(excep); in dvmOptResolveClass() local