Home
last modified time | relevance | path

Searched refs:dvmSetException (Results 1 – 16 of 16) sorted by relevance

/dalvik/vm/mterp/c/
DOP_THROW.cpp20 dvmSetException(self, obj); in HANDLE_OPCODE()
DgotoTargets.cpp689 dvmSetException(self, exception); in GOTO_TARGET()
732 dvmSetException(self, exception); in GOTO_TARGET()
/dalvik/vm/mterp/mips/
DOP_THROW.S12 # bypass dvmSetException, just store it
/dalvik/vm/mterp/armv5te/
DOP_THROW.S12 @ bypass dvmSetException, just store it
/dalvik/vm/
DException.h100 INLINE void dvmSetException(Thread* self, Object* exception) in dvmSetException() function
DException.cpp514 dvmSetException(self, iteExcep); in dvmWrapException()
520 dvmSetException(self, origExcep); in dvmWrapException()
1113 dvmSetException(self, pendingException); in getExceptionMessage()
DThread.cpp1612 dvmSetException(self, exception); in threadExitUncaughtException()
DDebugger.cpp2837 dvmSetException(self, oldExcept); in dvmDbgExecuteMethod()
DJni.cpp1363 dvmSetException(ts.self(), obj); in Throw()
/dalvik/vm/alloc/
DHeap.cpp307 dvmSetException(self, gDvm.outOfMemoryObj); in throwOOME()
/dalvik/vm/mterp/out/
DInterpC-x86.cpp1956 dvmSetException(self, exception); in GOTO_TARGET()
1999 dvmSetException(self, exception); in GOTO_TARGET()
DInterpC-mips.cpp1880 dvmSetException(self, exception); in GOTO_TARGET()
1923 dvmSetException(self, exception); in GOTO_TARGET()
DInterpC-allstubs.cpp1784 dvmSetException(self, obj); in HANDLE_OPCODE()
3775 dvmSetException(self, exception); in GOTO_TARGET()
3818 dvmSetException(self, exception); in GOTO_TARGET()
DInterpC-portable.cpp1795 dvmSetException(self, obj); in dvmInterpretPortable()
3723 dvmSetException(self, exception); in dvmInterpretPortable()
3766 dvmSetException(self, exception); in dvmInterpretPortable()
DInterpAsm-mips.S1333 # bypass dvmSetException, just store it
/dalvik/vm/oo/
DClass.cpp1526 dvmSetException(self, gDvm.noClassDefFoundErrorObj); in findClassNoInit()