Home
last modified time | relevance | path

Searched defs:exception (Results 1 – 15 of 15) sorted by relevance

/dalvik/tests/081-hot-exceptions/src/
DMain.java29 int exception = 0; in main() local
/dalvik/vm/
DException.cpp115 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
DException.h100 INLINE void dvmSetException(Thread* self, Object* exception) in dvmSetException()
DThread.h154 Object* exception; member
DJni.cpp913 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
DThread.cpp1565 Object* exception; in threadExitUncaughtException() local
DDebugger.cpp2440 int catchRelPc, Object* exception) in dvmDbgPostException()
/dalvik/vm/mterp/c/
DgotoTargets.cpp601 Object* exception; in GOTO_TARGET() local
/dalvik/dx/src/com/android/dx/ssa/
DEscapeAnalysis.java738 CstType exception = in insertExceptionThrow() local
/dalvik/vm/interp/
DStack.cpp1049 void dvmCleanupStackOverflow(Thread* self, const Object* exception) in dvmCleanupStackOverflow()
DInterp.cpp618 void dvmReportExceptionThrow(Thread* self, Object* exception) in dvmReportExceptionThrow()
/dalvik/vm/mterp/out/
DInterpC-x86-atom.cpp1916 Object* exception; in GOTO_TARGET() local
DInterpC-x86.cpp1858 Object* exception; in GOTO_TARGET() local
DInterpC-portable.cpp3627 Object* exception; in dvmInterpretPortable() local
DInterpC-allstubs.cpp3677 Object* exception; in GOTO_TARGET() local