Searched refs:dvmThrowExceptionFmt (Results 1 – 9 of 9) sorted by relevance
/dalvik/vm/ |
D | Exception.h | 54 void dvmThrowExceptionFmt(ClassObject* exceptionClass, 60 INLINE void dvmThrowExceptionFmt(ClassObject* exceptionClass, in dvmThrowExceptionFmt() function
|
D | Exception.cpp | 1194 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()
|
D | Profile.cpp | 398 dvmThrowExceptionFmt(gDvm.exRuntimeException, in dvmMethodTraceStart() 711 dvmThrowExceptionFmt(gDvm.exRuntimeException, in dvmMethodTraceStop()
|
D | Jni.cpp | 1632 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/ |
D | InternalNative.cpp | 169 dvmThrowExceptionFmt(exceptionClass, "expected receiver of type %s, but got %s", in dvmVerifyObjectInClass()
|
D | java_lang_System.cpp | 147 dvmThrowExceptionFmt(gDvm.exArrayIndexOutOfBoundsException, in Dalvik_java_lang_System_arraycopy()
|
D | dalvik_system_VMDebug.cpp | 265 dvmThrowExceptionFmt(gDvm.exRuntimeException, in Dalvik_dalvik_system_VMDebug_startMethodTracingNative()
|
/dalvik/vm/oo/ |
D | Array.cpp | 54 dvmThrowExceptionFmt(gDvm.exOutOfMemoryError, in allocArray()
|
/dalvik/vm/interp/ |
D | Stack.cpp | 641 dvmThrowExceptionFmt(gDvm.exIllegalArgumentException, "argument %d should have type %s, got %s", in throwArgumentTypeMismatch() 674 dvmThrowExceptionFmt(gDvm.exIllegalArgumentException, in dvmInvokeMethod()
|