Searched defs:exception (Results 1 – 15 of 15) sorted by relevance
/dalvik/tests/081-hot-exceptions/src/ |
D | Main.java | 29 int exception = 0; in main() local
|
/dalvik/vm/ |
D | Exception.cpp | 115 Object* exception; in dvmThrowChainedException() local 247 static bool initException(Object* exception, const char* msg, Object* cause, in initException() 469 bool dvmIsCheckedException(const Object* exception) in dvmIsCheckedException() 539 Object* dvmGetExceptionCause(const Object* exception) in dvmGetExceptionCause() 567 Object* exception; in dvmPrintExceptionStackTrace() local 715 int dvmFindCatchBlock(Thread* self, int relPc, Object* exception, in dvmFindCatchBlock() 1072 static StringObject* getExceptionMessage(Object* exception) in getExceptionMessage() 1123 static void logStackTraceOf(Object* exception) { in logStackTraceOf() 1164 Object* exception = dvmThreadSelf()->exception; in dvmLogExceptionStackTrace() local 1295 Object* exception = dvmGetException(self); in dvmThrowExceptionInInitializerError() local
|
D | Exception.h | 100 INLINE void dvmSetException(Thread* self, Object* exception) in dvmSetException()
|
D | Thread.h | 154 Object* exception; member
|
D | Jni.cpp | 913 Object* exception = dvmGetException(self); in logNativeMethodExit() local 1361 Object* exception = dvmGetException(ts.self()); in ExceptionOccurred() local 1381 Object* exception = dvmGetException(ts.self()); in ExceptionDescribe() local
|
D | Thread.cpp | 1565 Object* exception; in threadExitUncaughtException() local
|
D | Debugger.cpp | 2440 int catchRelPc, Object* exception) in dvmDbgPostException()
|
/dalvik/vm/mterp/c/ |
D | gotoTargets.cpp | 601 Object* exception; in GOTO_TARGET() local
|
/dalvik/dx/src/com/android/dx/ssa/ |
D | EscapeAnalysis.java | 738 CstType exception = in insertExceptionThrow() local
|
/dalvik/vm/interp/ |
D | Stack.cpp | 1049 void dvmCleanupStackOverflow(Thread* self, const Object* exception) in dvmCleanupStackOverflow()
|
D | Interp.cpp | 618 void dvmReportExceptionThrow(Thread* self, Object* exception) in dvmReportExceptionThrow()
|
/dalvik/vm/mterp/out/ |
D | InterpC-x86-atom.cpp | 1916 Object* exception; in GOTO_TARGET() local
|
D | InterpC-x86.cpp | 1858 Object* exception; in GOTO_TARGET() local
|
D | InterpC-portable.cpp | 3627 Object* exception; in dvmInterpretPortable() local
|
D | InterpC-allstubs.cpp | 3677 Object* exception; in GOTO_TARGET() local
|