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

  /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);
271 jthrowable excep = env->ExceptionOccurred(); local
273 if (excep) {
274 report_exception(env, excep,
280 env->DeleteLocalRef(excep);
402 jthrowable excep = env->ExceptionOccurred(); local
403 if (excep) {
    [all...]
  /dalvik/vm/native/
dalvik_system_DexFile.cpp 386 Object* excep = dvmGetException(self); local
387 if (strcmp(excep->clazz->descriptor,
389 strcmp(excep->clazz->descriptor,
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_INVOKE_METHOD_CHAIN.S 20 bxlo r12 @ return to raise stack overflow excep.
TEMPLATE_INVOKE_METHOD_NO_OPT.S 17 bxlo lr @ return to raise stack overflow excep.
TEMPLATE_INVOKE_METHOD_NATIVE.S 10 bxlo lr @ return to raise stack overflow excep.
  /dalvik/tests/046-reflect/src/
Main.java 111 boolean excep;
299 excep = false;
306 excep = true;
308 if (!excep)
  /dalvik/vm/compiler/template/mips/
TEMPLATE_INVOKE_METHOD_CHAIN.S 24 jr t2 # return to raise stack overflow excep.
TEMPLATE_INVOKE_METHOD_NO_OPT.S 19 RETURN # return to raise stack overflow excep.
TEMPLATE_INVOKE_METHOD_NATIVE.S 11 RETURN # 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;
  /dalvik/vm/analysis/
Optimize.cpp 462 Object* excep = dvmGetException(dvmThreadSelf()); local
464 Object* cause = dvmGetExceptionCause(excep);
467 excep = cause;
469 if (strcmp(excep->clazz->descriptor,
    [all...]
  /dalvik/vm/interp/
Stack.cpp     [all...]
  /dalvik/vm/reflect/
Proxy.cpp 956 Object* excep = dvmGetException(self); local
    [all...]
  /dalvik/vm/compiler/template/out/
CompilerTemplateAsm-armv5te.S 241 bxlo lr @ return to raise stack overflow excep.
309 bxlo r12 @ return to raise stack overflow excep.
419 bxlo lr @ return to raise stack overflow excep.
    [all...]
CompilerTemplateAsm-armv5te-vfp.S 241 bxlo lr @ return to raise stack overflow excep.
309 bxlo r12 @ return to raise stack overflow excep.
419 bxlo lr @ return to raise stack overflow excep.
    [all...]
CompilerTemplateAsm-armv7-a-neon.S 241 bxlo lr @ return to raise stack overflow excep.
309 bxlo r12 @ return to raise stack overflow excep.
419 bxlo lr @ return to raise stack overflow excep.
    [all...]
CompilerTemplateAsm-armv7-a.S 241 bxlo lr @ return to raise stack overflow excep.
309 bxlo r12 @ return to raise stack overflow excep.
419 bxlo lr @ return to raise stack overflow excep.
    [all...]
  /dalvik/vm/oo/
Class.cpp 1376 Object* excep = dvmGetException(self); local
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
TreeMapTest.java 454 catch(NoSuchElementException excep){
    [all...]

Completed in 774 milliseconds