Searched refs:excep (Results 1 - 16 of 16) sorted by relevance

/dalvik/vm/native/
H A Ddalvik_system_DexFile.cpp386 Object* excep = dvmGetException(self); local
387 if (strcmp(excep->clazz->descriptor,
389 strcmp(excep->clazz->descriptor,
/dalvik/vm/compiler/template/armv5te/
H A DTEMPLATE_INVOKE_METHOD_CHAIN.S20 bxlo r12 @ return to raise stack overflow excep.
H A DTEMPLATE_INVOKE_METHOD_NO_OPT.S17 bxlo lr @ return to raise stack overflow excep.
H A DTEMPLATE_INVOKE_METHOD_NATIVE.S10 bxlo lr @ return to raise stack overflow excep.
/dalvik/tests/046-reflect/src/
H A DMain.java111 boolean excep;
299 excep = false;
306 excep = true;
308 if (!excep)
/dalvik/vm/compiler/template/mips/
H A DTEMPLATE_INVOKE_METHOD_CHAIN.S24 jr t2 # return to raise stack overflow excep.
H A DTEMPLATE_INVOKE_METHOD_NO_OPT.S19 RETURN # return to raise stack overflow excep.
H A DTEMPLATE_INVOKE_METHOD_NATIVE.S11 RETURN # return to raise stack overflow excep.
/dalvik/vm/analysis/
H A DOptimize.cpp463 Object* excep = dvmGetException(dvmThreadSelf()); local
465 Object* cause = dvmGetExceptionCause(excep);
468 excep = cause;
470 if (strcmp(excep->clazz->descriptor,
/dalvik/vm/interp/
H A DStack.cpp1037 Object* excep = dvmGetException(self);
1038 if (excep != NULL) {
1042 dvmThrowChainedException(gDvm.exStackOverflowError, NULL, excep);
/dalvik/vm/reflect/
H A DProxy.cpp956 Object* excep = dvmGetException(self); local
957 if (mustWrapException(method, excep)) {
/dalvik/vm/compiler/template/out/
H A DCompilerTemplateAsm-armv5te.S241 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.
1314 bxlo lr @ return to raise stack overflow excep.
1386 bxlo r12 @ return to raise stack overflow excep.
1504 bxlo lr @ return to raise stack overflow excep.
H A DCompilerTemplateAsm-armv7-a-neon.S241 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.
1104 bxlo lr @ return to raise stack overflow excep.
1176 bxlo r12 @ return to raise stack overflow excep.
1294 bxlo lr @ return to raise stack overflow excep.
H A DCompilerTemplateAsm-armv7-a.S241 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.
1104 bxlo lr @ return to raise stack overflow excep.
1176 bxlo r12 @ return to raise stack overflow excep.
1294 bxlo lr @ return to raise stack overflow excep.
H A DCompilerTemplateAsm-armv5te-vfp.S241 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.
1583 bxlo lr @ return to raise stack overflow excep.
1655 bxlo r12 @ return to raise stack overflow excep.
1773 bxlo lr @ return to raise stack overflow excep.
/dalvik/vm/oo/
H A DClass.cpp1376 Object* excep = dvmGetException(self); local
1377 if (excep != NULL) {
1380 dotName, loader, excep->clazz->descriptor);
1382 dvmAddTrackedAlloc(excep, self);
1384 dvmThrowChainedNoClassDefFoundError(descriptor, excep);
1385 dvmReleaseTrackedAlloc(excep, self);

Completed in 1029 milliseconds