/art/runtime/entrypoints/quick/ |
D | quick_fillarray_entrypoints.cc | 53 self->ThrowNewExceptionF(throw_location, "Ljava/lang/ArrayIndexOutOfBoundsException;", in artHandleFillArrayDataFromCode()
|
/art/runtime/entrypoints/portable/ |
D | portable_fillarray_entrypoints.cc | 41 self->ThrowNewExceptionF(throw_location, "Ljava/lang/ArrayIndexOutOfBoundsException;", in art_portable_fill_array_data_from_code()
|
/art/runtime/native/ |
D | java_lang_System.cc | 41 self->ThrowNewExceptionF(throw_location, "Ljava/lang/ArrayStoreException;", in ThrowArrayStoreException_NotAnArray() 80 soa.Self()->ThrowNewExceptionF(throw_location, "Ljava/lang/ArrayIndexOutOfBoundsException;", in System_arraycopy() 134 soa.Self()->ThrowNewExceptionF(throw_location, "Ljava/lang/ArrayStoreException;", in System_arraycopy()
|
D | java_lang_reflect_Constructor.cc | 44 soa.Self()->ThrowNewExceptionF(throw_location, "Ljava/lang/InstantiationException;", in Constructor_newInstance()
|
D | java_lang_Class.cc | 57 soa.Self()->ThrowNewExceptionF(throw_location, "Ljava/lang/ClassNotFoundException;", in Class_classForName()
|
D | dalvik_system_VMDebug.cc | 95 soa.Self()->ThrowNewExceptionF(throw_location, "Ljava/lang/RuntimeException;", in VMDebug_startMethodTracingFd()
|
/art/runtime/mirror/ |
D | string-inl.h | 64 self->ThrowNewExceptionF(throw_location, "Ljava/lang/StringIndexOutOfBoundsException;", in CharAt()
|
D | object_array-inl.h | 234 self->ThrowNewExceptionF(throw_location, "Ljava/lang/ArrayStoreException;", in AssignableCheckingMemcpy()
|
/art/runtime/interpreter/ |
D | interpreter_common.cc | 274 self->ThrowNewExceptionF(self->GetCurrentLocationForThrow(), in DoFieldPut() 593 self->ThrowNewExceptionF(self->GetCurrentLocationForThrow(), in DoCall() 688 self->ThrowNewExceptionF(shadow_frame.GetCurrentLocationForThrow(), in DoFilledNewArray() 902 self->ThrowNewExceptionF(self->GetCurrentLocationForThrow(), "Ljava/lang/InternalError;", in UnstartedRuntimeInvoke()
|
D | interpreter_goto_table_impl.cc | 345 self->ThrowNewExceptionF(self->GetCurrentLocationForThrow(), in ExecuteGotoImpl() 596 self->ThrowNewExceptionF(shadow_frame.GetCurrentLocationForThrow(), in ExecuteGotoImpl() 620 self->ThrowNewExceptionF(self->GetCurrentLocationForThrow(), in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 260 self->ThrowNewExceptionF(self->GetCurrentLocationForThrow(), in ExecuteSwitchImpl() 511 self->ThrowNewExceptionF(shadow_frame.GetCurrentLocationForThrow(), in ExecuteSwitchImpl() 534 self->ThrowNewExceptionF(self->GetCurrentLocationForThrow(), in ExecuteSwitchImpl()
|
/art/runtime/entrypoints/ |
D | entrypoint_utils.cc | 61 self->ThrowNewExceptionF( in CheckFilledNewArrayAlloc()
|
D | entrypoint_utils-inl.h | 300 self->ThrowNewExceptionF(throw_location, "Ljava/lang/NoSuchFieldError;", in FindFieldFromCode()
|
/art/runtime/ |
D | jni_internal.cc | 111 soa.Self()->ThrowNewExceptionF(throw_location, "Ljava/lang/NoSuchMethodError;", in ThrowNoSuchMethodError() 123 soa.Self()->ThrowNewExceptionF(throw_location, "Ljava/lang/NoSuchMethodError;", in ReportInvalidJNINativeMethod() 221 soa.Self()->ThrowNewExceptionF(throw_location, "Ljava/lang/NoSuchFieldError;", in FindFieldID() 237 soa.Self()->ThrowNewExceptionF(throw_location, "Ljava/lang/NoSuchFieldError;", in FindFieldID() 250 soa.Self()->ThrowNewExceptionF(throw_location, "Ljava/lang/ArrayIndexOutOfBoundsException;", in ThrowAIOOBE() 259 soa.Self()->ThrowNewExceptionF(throw_location, "Ljava/lang/StringIndexOutOfBoundsException;", in ThrowSIOOBE()
|
D | thread.h | 384 void ThrowNewExceptionF(const ThrowLocation& throw_location,
|
D | monitor.cc | 454 self->ThrowNewExceptionF(throw_location, "Ljava/lang/IllegalArgumentException;", in Wait()
|
D | thread.cc | 1600 void Thread::ThrowNewExceptionF(const ThrowLocation& throw_location, in ThrowNewExceptionF() function in art::Thread
|