Searched refs:dvmGetException (Results 1 – 20 of 20) sorted by relevance
6 movl offThread_exception(%ecx),%eax # eax<- dvmGetException bypass
5 ldr r3, [r0, #offThread_exception] @ r3<- dvmGetException bypass
72 INLINE Object* dvmGetException(Thread* self) { in dvmGetException() function
1903 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()
2792 oldExcept = dvmGetException(self); in dvmDbgExecuteMethod()2819 pReq->exceptObj = objectToObjectId(dvmGetException(self)); in dvmDbgExecuteMethod()2823 dvmGetException(self)); in dvmDbgExecuteMethod()
600 origExcep = dvmGetException(self); in dvmWrapException()
879 dvmGetException(self)->clazz->descriptor); in dvmLockObject()
1647 exception = dvmGetException(self); in threadExitUncaughtException()
245 Object* oldExcep = dvmGetException(self); in dvmFindClassByName()
299 Object* excep = dvmGetException(self); in Dalvik_dalvik_system_DexFile_defineClass()
1276 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()
586 exception = dvmGetException(self); in GOTO_TARGET()
1013 Object* excep = dvmGetException(self); in proxyInvoker()
1045 Object* excep = dvmGetException(self); in dvmHandleStackOverflow()
1690 Object* excep = dvmGetException(dvmThreadSelf()); in dvmOptResolveClass()
1774 exception = dvmGetException(self); in GOTO_TARGET()
3624 exception = dvmGetException(self); in INTERP_FUNC_NAME()
3619 exception = dvmGetException(self); in GOTO_TARGET()
3910 exception = dvmGetException(self); in INTERP_FUNC_NAME()
428 movl offThread_exception(%ecx),%eax # eax<- dvmGetException bypass