HomeSort by relevance Sort by last modified time
    Searched refs:dvmThrowExceptionFmt (Results 1 - 10 of 10) sorted by null

  /dalvik/vm/
Exception.h 54 void dvmThrowExceptionFmt(ClassObject* exceptionClass,
60 INLINE void dvmThrowExceptionFmt(ClassObject* exceptionClass,
Exception.cpp     [all...]
Profile.cpp 541 dvmThrowExceptionFmt(gDvm.exRuntimeException,
877 dvmThrowExceptionFmt(gDvm.exRuntimeException,
    [all...]
Jni.cpp     [all...]
Thread.cpp     [all...]
  /dalvik/vm/native/
InternalNative.cpp 169 dvmThrowExceptionFmt(exceptionClass, "expected receiver of type %s, but got %s",
java_lang_System.cpp 221 dvmThrowExceptionFmt(gDvm.exArrayIndexOutOfBoundsException,
dalvik_system_VMDebug.cpp 265 dvmThrowExceptionFmt(gDvm.exRuntimeException,
  /dalvik/vm/oo/
Array.cpp 54 dvmThrowExceptionFmt(gDvm.exOutOfMemoryError,
  /dalvik/vm/interp/
Stack.cpp 641 dvmThrowExceptionFmt(gDvm.exIllegalArgumentException, "argument %d should have type %s, got %s",
674 dvmThrowExceptionFmt(gDvm.exIllegalArgumentException,
    [all...]

Completed in 495 milliseconds