Home
last modified time | relevance | path

Searched refs:dvmGetException (Results 1 – 20 of 20) sorted by relevance

/dalvik/vm/mterp/x86/
DOP_MOVE_EXCEPTION.S6 movl offThread_exception(%ecx),%eax # eax<- dvmGetException bypass
/dalvik/vm/mterp/armv5te/
DOP_MOVE_EXCEPTION.S5 ldr r3, [r0, #offThread_exception] @ r3<- dvmGetException bypass
/dalvik/vm/
DException.h72 INLINE Object* dvmGetException(Thread* self) { in dvmGetException() function
DJni.c1903 exception = dvmGetException(_self); in ExceptionOccurred()
1927 Object* exception = dvmGetException(_self); in ExceptionDescribe()
3369 if (dvmGetException(self) != NULL || callResult.l == NULL) in NewDirectByteBuffer()
3387 if (dvmGetException(self) != NULL) { in NewDirectByteBuffer()
3448 if (dvmGetException(self) != NULL) { in GetDirectBufferAddress()
DDebugger.c2792 oldExcept = dvmGetException(self); in dvmDbgExecuteMethod()
2819 pReq->exceptObj = objectToObjectId(dvmGetException(self)); in dvmDbgExecuteMethod()
2823 dvmGetException(self)); in dvmDbgExecuteMethod()
DException.c600 origExcep = dvmGetException(self); in dvmWrapException()
DSync.c879 dvmGetException(self)->clazz->descriptor); in dvmLockObject()
DThread.c1647 exception = dvmGetException(self); in threadExitUncaughtException()
/dalvik/vm/native/
DInternalNative.c245 Object* oldExcep = dvmGetException(self); in dvmFindClassByName()
Ddalvik_system_DexFile.c299 Object* excep = dvmGetException(self); in Dalvik_dalvik_system_DexFile_defineClass()
/dalvik/vm/oo/
DClass.c1276 excep = dvmGetException(self); in findClassFromLoaderNoInit()
1397 descriptor, dvmGetException(self)->clazz->descriptor); in findClassNoInit()
3712 exception = dvmGetException(self); in throwClinitError()
4269 clazz->verifyErrorClass = dvmGetException(self)->clazz; in dvmInitClass()
4469 (dvmGetException(self)->clazz)->descriptor, clazz->descriptor); in dvmInitClass()
/dalvik/vm/mterp/c/
DgotoTargets.c586 exception = dvmGetException(self); in GOTO_TARGET()
/dalvik/vm/reflect/
DProxy.c1013 Object* excep = dvmGetException(self); in proxyInvoker()
/dalvik/vm/interp/
DStack.c1045 Object* excep = dvmGetException(self); in dvmHandleStackOverflow()
/dalvik/vm/analysis/
DDexOptimize.c1690 Object* excep = dvmGetException(dvmThreadSelf()); in dvmOptResolveClass()
/dalvik/vm/mterp/out/
DInterpC-x86.c1774 exception = dvmGetException(self); in GOTO_TARGET()
DInterpC-portstd.c3624 exception = dvmGetException(self); in INTERP_FUNC_NAME()
DInterpC-allstubs.c3619 exception = dvmGetException(self); in GOTO_TARGET()
DInterpC-portdbg.c3910 exception = dvmGetException(self); in INTERP_FUNC_NAME()
DInterpAsm-x86.S428 movl offThread_exception(%ecx),%eax # eax<- dvmGetException bypass