Home
last modified time | relevance | path

Searched refs:exRuntimeException (Results 1 – 5 of 5) sorted by relevance

/dalvik/vm/
DException.cpp374 dvmThrowChainedException(gDvm.exRuntimeException, in initException()
472 dvmInstanceof(exception->clazz, gDvm.exRuntimeException)) in dvmIsCheckedException()
1404 dvmThrowException(gDvm.exRuntimeException, msg); in dvmThrowRuntimeException()
DProfile.cpp398 dvmThrowExceptionFmt(gDvm.exRuntimeException, in dvmMethodTraceStart()
711 dvmThrowExceptionFmt(gDvm.exRuntimeException, in dvmMethodTraceStop()
DGlobals.h309 ClassObject* exRuntimeException; member
DInitRefs.cpp108 { &gDvm.exRuntimeException, "Ljava/lang/RuntimeException;" }, in initClassReferences()
/dalvik/vm/native/
Ddalvik_system_VMDebug.cpp265 dvmThrowExceptionFmt(gDvm.exRuntimeException, in Dalvik_dalvik_system_VMDebug_startMethodTracingNative()