Searched refs:ThrowNewExceptionF (Results 1 – 17 of 17) sorted by relevance
/art/runtime/interpreter/ |
D | lock_count_data.cc | 64 self->ThrowNewExceptionF("Ljava/lang/IllegalMonitorStateException;", in RemoveMonitorOrThrow() 98 self->ThrowNewExceptionF("Ljava/lang/IllegalMonitorStateException;", in CheckAllMonitorsReleasedOrThrow()
|
D | interpreter_common.cc | 1359 self->ThrowNewExceptionF("Ljava/lang/InternalError;", in DoCallCommon() 1486 self->ThrowNewExceptionF("Ljava/lang/InternalError;", in DoFilledNewArray()
|
D | interpreter_switch_impl-inl.h | 658 Self()->ThrowNewExceptionF("Ljava/lang/InternalError;", in RETURN_OBJECT() 923 Self()->ThrowNewExceptionF("Ljava/lang/InternalError;", in THROW()
|
D | unstarted_runtime.cc | 339 self->ThrowNewExceptionF("Ljava/lang/InternalError;", in UnstartedClassNewInstance() 858 self->ThrowNewExceptionF("Ljava/lang/IndexOutOfBoundsException;", in UnstartedSystemArraycopy()
|
/art/runtime/native/ |
D | java_lang_reflect_Constructor.cc | 69 soa.Self()->ThrowNewExceptionF("Ljava/lang/InstantiationException;", "Can't instantiate %s %s", in Constructor_newInstance0() 88 soa.Self()->ThrowNewExceptionF( in Constructor_newInstance0()
|
D | java_lang_StringFactory.cc | 44 soa.Self()->ThrowNewExceptionF("Ljava/lang/StringIndexOutOfBoundsException;", in StringFactory_newStringFromBytes() 73 soa.Self()->ThrowNewExceptionF("Ljava/lang/StringIndexOutOfBoundsException;", in StringFactory_newStringFromUtf16Bytes() 145 soa.Self()->ThrowNewExceptionF("Ljava/lang/StringIndexOutOfBoundsException;", in StringFactory_newStringFromUtf8Bytes()
|
D | java_lang_System.cc | 46 self->ThrowNewExceptionF("Ljava/lang/ArrayStoreException;", in ThrowArrayStoreException_NotAnArray() 84 soa.Self()->ThrowNewExceptionF("Ljava/lang/ArrayIndexOutOfBoundsException;", in System_arraycopy() 147 soa.Self()->ThrowNewExceptionF("Ljava/lang/ArrayStoreException;", in System_arraycopy()
|
D | dalvik_system_VMDebug.cc | 106 soa.Self()->ThrowNewExceptionF("Ljava/lang/RuntimeException;", in VMDebug_startMethodTracingFd() 115 soa.Self()->ThrowNewExceptionF("Ljava/lang/RuntimeException;", in VMDebug_startMethodTracingFd() 512 soa.Self()->ThrowNewExceptionF("Ljava/lang/RuntimeException;", in VMDebug_setAllocTrackerStackDepth()
|
D | java_lang_Class.cc | 105 soa.Self()->ThrowNewExceptionF("Ljava/lang/ClassNotFoundException;", in Class_classForName() 896 soa.Self()->ThrowNewExceptionF("Ljava/lang/InstantiationException;", in Class_newInstance() 906 soa.Self()->ThrowNewExceptionF( in Class_newInstance() 916 soa.Self()->ThrowNewExceptionF("Ljava/lang/InstantiationException;", in Class_newInstance() 946 soa.Self()->ThrowNewExceptionF( in Class_newInstance()
|
/art/runtime/ |
D | common_dex_operations.h | 259 self->ThrowNewExceptionF("Ljava/lang/InternalError;", in DoFieldPutCommon()
|
D | monitor.cc | 849 self->ThrowNewExceptionF("Ljava/lang/IllegalArgumentException;", in Wait()
|
D | thread.h | 734 void ThrowNewExceptionF(const char* exception_class_descriptor, const char* fmt, ...)
|
D | thread.cc | 3551 void Thread::ThrowNewExceptionF(const char* exception_class_descriptor, const char* fmt, ...) { in ThrowNewExceptionF() function in art::Thread
|
D | class_linker.cc | 3306 self->ThrowNewExceptionF("Ljava/lang/ClassNotFoundException;", in FindClass() 4321 self->ThrowNewExceptionF("Ljava/lang/InternalError;", in ThrowDexFileAlreadyRegisteredError()
|
/art/runtime/entrypoints/ |
D | entrypoint_utils.cc | 185 self->ThrowNewExceptionF("Ljava/lang/ArrayIndexOutOfBoundsException;", in FillArrayData()
|
/art/runtime/interpreter/mterp/ |
D | nterp.cc | 634 self->ThrowNewExceptionF( in DoFilledNewArray()
|
/art/runtime/jni/ |
D | jni_internal.cc | 381 soa.Self()->ThrowNewExceptionF("Ljava/lang/NoSuchMethodError;", in ReportInvalidJNINativeMethod() 439 soa.Self()->ThrowNewExceptionF("Ljava/lang/ArrayIndexOutOfBoundsException;", in ThrowAIOOBE() 447 soa.Self()->ThrowNewExceptionF("Ljava/lang/StringIndexOutOfBoundsException;", in ThrowSIOOBE() 459 soa.Self()->ThrowNewExceptionF("Ljava/lang/NoSuchMethodError;", in ThrowNoSuchMethodError() 549 soa.Self()->ThrowNewExceptionF("Ljava/lang/NoSuchFieldError;", in FindFieldJNI() 568 soa.Self()->ThrowNewExceptionF("Ljava/lang/NoSuchFieldError;", in FindFieldJNI()
|