Searched refs:dvmSetException (Results 1 – 16 of 16) sorted by relevance
/dalvik/vm/mterp/c/ |
D | OP_THROW.cpp | 20 dvmSetException(self, obj); in HANDLE_OPCODE()
|
D | gotoTargets.cpp | 689 dvmSetException(self, exception); in GOTO_TARGET() 732 dvmSetException(self, exception); in GOTO_TARGET()
|
/dalvik/vm/mterp/mips/ |
D | OP_THROW.S | 12 # bypass dvmSetException, just store it
|
/dalvik/vm/mterp/armv5te/ |
D | OP_THROW.S | 12 @ bypass dvmSetException, just store it
|
/dalvik/vm/ |
D | Exception.h | 100 INLINE void dvmSetException(Thread* self, Object* exception) in dvmSetException() function
|
D | Exception.cpp | 514 dvmSetException(self, iteExcep); in dvmWrapException() 520 dvmSetException(self, origExcep); in dvmWrapException() 1113 dvmSetException(self, pendingException); in getExceptionMessage()
|
D | Thread.cpp | 1612 dvmSetException(self, exception); in threadExitUncaughtException()
|
D | Debugger.cpp | 2837 dvmSetException(self, oldExcept); in dvmDbgExecuteMethod()
|
D | Jni.cpp | 1363 dvmSetException(ts.self(), obj); in Throw()
|
/dalvik/vm/alloc/ |
D | Heap.cpp | 307 dvmSetException(self, gDvm.outOfMemoryObj); in throwOOME()
|
/dalvik/vm/mterp/out/ |
D | InterpC-x86.cpp | 1956 dvmSetException(self, exception); in GOTO_TARGET() 1999 dvmSetException(self, exception); in GOTO_TARGET()
|
D | InterpC-mips.cpp | 1880 dvmSetException(self, exception); in GOTO_TARGET() 1923 dvmSetException(self, exception); in GOTO_TARGET()
|
D | InterpC-allstubs.cpp | 1784 dvmSetException(self, obj); in HANDLE_OPCODE() 3775 dvmSetException(self, exception); in GOTO_TARGET() 3818 dvmSetException(self, exception); in GOTO_TARGET()
|
D | InterpC-portable.cpp | 1795 dvmSetException(self, obj); in dvmInterpretPortable() 3723 dvmSetException(self, exception); in dvmInterpretPortable() 3766 dvmSetException(self, exception); in dvmInterpretPortable()
|
D | InterpAsm-mips.S | 1333 # bypass dvmSetException, just store it
|
/dalvik/vm/oo/ |
D | Class.cpp | 1526 dvmSetException(self, gDvm.noClassDefFoundErrorObj); in findClassNoInit()
|