HomeSort by relevance Sort by last modified time
    Searched refs:excep (Results 1 - 11 of 11) sorted by null

  /dalvik/vm/native/
dalvik_system_DexFile.c 298 Object* excep = dvmGetException(self); local
299 if (strcmp(excep->clazz->descriptor,
301 strcmp(excep->clazz->descriptor,
  /dalvik/tests/046-reflect/src/
Main.java 62 boolean excep;
250 excep = false;
257 excep = true;
259 if (!excep)
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_INVOKE_METHOD_CHAIN.S 21 bxlo r12 @ return to raise stack overflow excep.
TEMPLATE_INVOKE_METHOD_NO_OPT.S 18 bxlo lr @ return to raise stack overflow excep.
TEMPLATE_INVOKE_METHOD_NATIVE.S 11 bxlo lr @ return to raise stack overflow excep.
  /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;
  /frameworks/base/core/jni/
android_util_Binder.cpp 176 static void report_exception(JNIEnv* env, jthrowable excep, const char* msg)
191 gLogOffsets.mClass, gLogOffsets.mLogE, tagstr, msgstr, excep);
198 if (env->IsInstanceOf(excep, gErrorOffsets.mClass)) {
209 env->Throw(excep);
280 jthrowable excep = env->ExceptionOccurred(); local
294 if (excep) {
295 report_exception(env, excep,
301 env->DeleteLocalRef(excep);
383 jthrowable excep = env->ExceptionOccurred(); local
384 if (excep) {
    [all...]
  /dalvik/vm/analysis/
Optimize.c 423 Object* excep = dvmGetException(dvmThreadSelf()); local
425 Object* cause = dvmGetExceptionCause(excep);
428 excep = cause;
430 if (strcmp(excep->clazz->descriptor,
    [all...]
  /dalvik/vm/interp/
Stack.c 1053 Object* excep = dvmGetException(self); local
    [all...]
  /dalvik/vm/reflect/
Proxy.c 1020 Object* excep = dvmGetException(self); local
    [all...]
  /dalvik/vm/oo/
Class.c 1239 Object* excep; local
    [all...]

Completed in 236 milliseconds