Home
last modified time | relevance | path

Searched refs:dvmThrowExceptionFmt (Results 1 – 9 of 9) sorted by relevance

/dalvik/vm/
DException.h54 void dvmThrowExceptionFmt(ClassObject* exceptionClass,
60 INLINE void dvmThrowExceptionFmt(ClassObject* exceptionClass, in dvmThrowExceptionFmt() function
DException.cpp1194 dvmThrowExceptionFmt(exceptionClass, fmt, actualClassName.c_str(), desiredClassName.c_str()); in throwTypeError()
1207 dvmThrowExceptionFmt(gDvm.exArrayIndexOutOfBoundsException, in dvmThrowArrayIndexOutOfBoundsException()
1221 dvmThrowExceptionFmt(gDvm.exArrayStoreException, "%s of type %s is not an array", in dvmThrowArrayStoreExceptionNotArray()
1237 dvmThrowExceptionFmt(gDvm.exArrayStoreException, in dvmThrowArrayStoreExceptionIncompatibleArrayElement()
1350 dvmThrowExceptionFmt(gDvm.exInstantiationException, in dvmThrowInstantiationException()
1369 dvmThrowExceptionFmt(gDvm.exNegativeArraySizeException, "%d", size); in dvmThrowNegativeArraySizeException()
1413 dvmThrowExceptionFmt(gDvm.exStringIndexOutOfBoundsException, in dvmThrowStringIndexOutOfBoundsExceptionWithIndex()
1419 dvmThrowExceptionFmt(gDvm.exStringIndexOutOfBoundsException, in dvmThrowStringIndexOutOfBoundsExceptionWithRegion()
1436 dvmThrowExceptionFmt(gDvm.exUnsatisfiedLinkError, "%s: %s.%s:%s", in dvmThrowUnsatisfiedLinkError()
DProfile.cpp398 dvmThrowExceptionFmt(gDvm.exRuntimeException, in dvmMethodTraceStart()
711 dvmThrowExceptionFmt(gDvm.exRuntimeException, in dvmMethodTraceStop()
DJni.cpp1632 dvmThrowExceptionFmt(gDvm.exNoSuchMethodError, in GetMethodID()
1653 dvmThrowExceptionFmt(gDvm.exNoSuchMethodError, in GetMethodID()
1682 dvmThrowExceptionFmt(gDvm.exNoSuchFieldError, in GetFieldID()
1716 dvmThrowExceptionFmt(gDvm.exNoSuchMethodError, in GetStaticMethodID()
1737 dvmThrowExceptionFmt(gDvm.exNoSuchFieldError, in GetStaticFieldID()
2387 dvmThrowExceptionFmt(gDvm.exArrayIndexOutOfBoundsException, in throwArrayRegionOutOfBounds()
/dalvik/vm/native/
DInternalNative.cpp169 dvmThrowExceptionFmt(exceptionClass, "expected receiver of type %s, but got %s", in dvmVerifyObjectInClass()
Djava_lang_System.cpp147 dvmThrowExceptionFmt(gDvm.exArrayIndexOutOfBoundsException, in Dalvik_java_lang_System_arraycopy()
Ddalvik_system_VMDebug.cpp265 dvmThrowExceptionFmt(gDvm.exRuntimeException, in Dalvik_dalvik_system_VMDebug_startMethodTracingNative()
/dalvik/vm/oo/
DArray.cpp54 dvmThrowExceptionFmt(gDvm.exOutOfMemoryError, in allocArray()
/dalvik/vm/interp/
DStack.cpp641 dvmThrowExceptionFmt(gDvm.exIllegalArgumentException, "argument %d should have type %s, got %s", in throwArgumentTypeMismatch()
674 dvmThrowExceptionFmt(gDvm.exIllegalArgumentException, in dvmInvokeMethod()