/dalvik/vm/native/ |
dalvik_system_DexFile.cpp | 385 Object* excep = dvmGetException(self); local 386 if (strcmp(excep->clazz->descriptor, 388 strcmp(excep->clazz->descriptor,
|
/dalvik/vm/analysis/ |
Optimize.cpp | 540 Object* excep = dvmGetException(dvmThreadSelf()); local 542 Object* cause = dvmGetExceptionCause(excep); 545 excep = cause; 547 if (strcmp(excep->clazz->descriptor, [all...] |
/dalvik/vm/reflect/ |
Proxy.cpp | 957 Object* excep = dvmGetException(self); local [all...] |
/frameworks/base/test-runner/src/android/test/ |
TestRunner.java | 483 Throwable excep = null; local 513 if (excep == null) { 516 failed(test.toString(), excep); local 519 excep = ex;
|
/dalvik/vm/oo/ |
Class.cpp | 1376 Object* excep = dvmGetException(self); local [all...] |
/frameworks/base/core/jni/ |
android_util_Binder.cpp | 187 static void report_exception(JNIEnv* env, jthrowable excep, const char* msg) 202 gLogOffsets.mClass, gLogOffsets.mLogE, tagstr, msgstr, excep); 209 if (env->IsInstanceOf(excep, gErrorOffsets.mClass)) { 220 env->Throw(excep); 291 jthrowable excep = env->ExceptionOccurred(); local 293 if (excep) { 294 report_exception(env, excep, 300 env->DeleteLocalRef(excep); 416 jthrowable excep = env->ExceptionOccurred(); local 417 if (excep) { [all...] |