/dalvik/dexgen/src/com/android/dexgen/util/ |
D | MutabilityException.java | 28 public MutabilityException(Throwable cause) { in MutabilityException() argument 29 super(cause); in MutabilityException() 32 public MutabilityException(String message, Throwable cause) { in MutabilityException() argument 33 super(message, cause); in MutabilityException()
|
D | ExceptionWithContext.java | 67 public ExceptionWithContext(Throwable cause) { in ExceptionWithContext() argument 68 this(null, cause); in ExceptionWithContext() 77 public ExceptionWithContext(String message, Throwable cause) { in ExceptionWithContext() argument 79 (cause != null) ? cause.getMessage() : null, in ExceptionWithContext() 80 cause); in ExceptionWithContext() 82 if (cause instanceof ExceptionWithContext) { in ExceptionWithContext() 83 String ctx = ((ExceptionWithContext) cause).context.toString(); in ExceptionWithContext()
|
/dalvik/dx/src/com/android/dx/util/ |
D | MutabilityException.java | 28 public MutabilityException(Throwable cause) { in MutabilityException() argument 29 super(cause); in MutabilityException() 32 public MutabilityException(String message, Throwable cause) { in MutabilityException() argument 33 super(message, cause); in MutabilityException()
|
D | ExceptionWithContext.java | 67 public ExceptionWithContext(Throwable cause) { in ExceptionWithContext() argument 68 this(null, cause); in ExceptionWithContext() 77 public ExceptionWithContext(String message, Throwable cause) { in ExceptionWithContext() argument 79 (cause != null) ? cause.getMessage() : null, in ExceptionWithContext() 80 cause); in ExceptionWithContext() 82 if (cause instanceof ExceptionWithContext) { in ExceptionWithContext() 83 String ctx = ((ExceptionWithContext) cause).context.toString(); in ExceptionWithContext()
|
D | DexException.java | 28 public DexException(Throwable cause) { in DexException() argument 29 super(cause); in DexException()
|
/dalvik/dx/src/com/android/dx/cf/code/ |
D | SimException.java | 30 public SimException(Throwable cause) { in SimException() argument 31 super(cause); in SimException() 34 public SimException(String message, Throwable cause) { in SimException() argument 35 super(message, cause); in SimException()
|
/dalvik/dx/src/com/android/dx/cf/iface/ |
D | ParseException.java | 30 public ParseException(Throwable cause) { in ParseException() argument 31 super(cause); in ParseException() 34 public ParseException(String message, Throwable cause) { in ParseException() argument 35 super(message, cause); in ParseException()
|
/dalvik/tests/086-null-super/src/ |
D | Main.java | 29 public TestFailed(Throwable cause) { in TestFailed() argument 30 super(cause); in TestFailed() 156 Throwable cause = ite.getCause(); in testFailLoadAndGc() 157 if (cause instanceof NullPointerException) { in testFailLoadAndGc()
|
/dalvik/tests/087-gc-after-link/src/ |
D | Main.java | 29 public TestFailed(Throwable cause) { in TestFailed() argument 30 super(cause); in TestFailed() 165 Throwable cause = ite.getCause(); in testFailLoadAndGc() 166 if (cause instanceof NullPointerException) { in testFailLoadAndGc()
|
/dalvik/vm/ |
D | Exception.cpp | 99 static bool initException(Object* exception, const char* msg, Object* cause, 112 Object* cause) in dvmThrowChainedException() argument 134 "failed to init original exception class", cause); in dvmThrowChainedException() 164 if (!initException(exception, msg, cause, self)) { in dvmThrowChainedException() 189 Object* cause) in dvmThrowChainedExceptionWithClassMessage() argument 193 dvmThrowChainedException(exceptionClass, message, cause); in dvmThrowChainedExceptionWithClassMessage() 247 static bool initException(Object* exception, const char* msg, Object* cause, in initException() argument 279 if (cause != NULL) { in initException() 280 if (!dvmInstanceof(cause->clazz, gDvm.exThrowable)) { in initException() 282 cause->clazz->descriptor); in initException() [all …]
|
D | Exception.h | 42 const char* msg, Object* cause); 76 Object* cause); 281 void dvmThrowChainedClassNotFoundException(const char* name, Object* cause); 395 Object* cause);
|
/dalvik/tests/063-process-manager/ |
D | info.txt | 2 doesn't cause the system to busy-wait.
|
/dalvik/tests/081-hot-exceptions/ |
D | info.txt | 3 cause a control flow change to deviate from the current method.
|
/dalvik/tests/068-classloader/src/ |
D | Main.java | 104 Throwable cause = cnfe.getCause(); in testAccess2() 105 if (cause instanceof IllegalAccessError) { in testAccess2() 124 Throwable cause = cnfe.getCause(); in testAccess3() 125 if (cause instanceof IllegalAccessError) { in testAccess3()
|
/dalvik/dx/tests/110-dex-preserve-this/ |
D | info.txt | 6 fact cause that to happen.)
|
/dalvik/vm/mterp/ |
D | NOTES.txt | 20 (A debugger can in theory cause the interpreter to advance one instruction 53 * Don't do anything that can cause a GC in the invoke-* handler after
|
D | README.txt | 98 When present, this command will cause the generation of an alternate
|
/dalvik/vm/mterp/x86-atom/ |
D | OP_CHECK_CAST.S | 89 … # const char* messageDescriptor, Object* cause)
|
/dalvik/vm/analysis/ |
D | Optimize.cpp | 464 Object* cause = dvmGetExceptionCause(excep); in dvmOptResolveClass() local 465 if (cause == NULL) in dvmOptResolveClass() 467 excep = cause; in dvmOptResolveClass()
|
/dalvik/ |
D | NOTICE | 31 "control" means (i) the power, direct or indirect, to cause the 110 (b) You must cause any modified files to carry prominent notices
|
/dalvik/dx/ |
D | NOTICE | 31 "control" means (i) the power, direct or indirect, to cause the 110 (b) You must cause any modified files to carry prominent notices
|
/dalvik/dexdump/ |
D | NOTICE | 31 "control" means (i) the power, direct or indirect, to cause the 110 (b) You must cause any modified files to carry prominent notices
|
/dalvik/vm/mterp/out/ |
D | InterpAsm-x86-atom.S | 15463 … # const char* messageDescriptor, Object* cause)
|