Home
last modified time | relevance | path

Searched refs:ThrowNewExceptionF (Results 1 – 17 of 17) sorted by relevance

/art/runtime/entrypoints/quick/
Dquick_fillarray_entrypoints.cc53 self->ThrowNewExceptionF(throw_location, "Ljava/lang/ArrayIndexOutOfBoundsException;", in artHandleFillArrayDataFromCode()
/art/runtime/entrypoints/portable/
Dportable_fillarray_entrypoints.cc41 self->ThrowNewExceptionF(throw_location, "Ljava/lang/ArrayIndexOutOfBoundsException;", in art_portable_fill_array_data_from_code()
/art/runtime/native/
Djava_lang_System.cc41 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()
Djava_lang_reflect_Constructor.cc44 soa.Self()->ThrowNewExceptionF(throw_location, "Ljava/lang/InstantiationException;", in Constructor_newInstance()
Djava_lang_Class.cc57 soa.Self()->ThrowNewExceptionF(throw_location, "Ljava/lang/ClassNotFoundException;", in Class_classForName()
Ddalvik_system_VMDebug.cc95 soa.Self()->ThrowNewExceptionF(throw_location, "Ljava/lang/RuntimeException;", in VMDebug_startMethodTracingFd()
/art/runtime/mirror/
Dstring-inl.h64 self->ThrowNewExceptionF(throw_location, "Ljava/lang/StringIndexOutOfBoundsException;", in CharAt()
Dobject_array-inl.h234 self->ThrowNewExceptionF(throw_location, "Ljava/lang/ArrayStoreException;", in AssignableCheckingMemcpy()
/art/runtime/interpreter/
Dinterpreter_common.cc274 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()
Dinterpreter_goto_table_impl.cc345 self->ThrowNewExceptionF(self->GetCurrentLocationForThrow(), in ExecuteGotoImpl()
596 self->ThrowNewExceptionF(shadow_frame.GetCurrentLocationForThrow(), in ExecuteGotoImpl()
620 self->ThrowNewExceptionF(self->GetCurrentLocationForThrow(), in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc260 self->ThrowNewExceptionF(self->GetCurrentLocationForThrow(), in ExecuteSwitchImpl()
511 self->ThrowNewExceptionF(shadow_frame.GetCurrentLocationForThrow(), in ExecuteSwitchImpl()
534 self->ThrowNewExceptionF(self->GetCurrentLocationForThrow(), in ExecuteSwitchImpl()
/art/runtime/entrypoints/
Dentrypoint_utils.cc61 self->ThrowNewExceptionF( in CheckFilledNewArrayAlloc()
Dentrypoint_utils-inl.h300 self->ThrowNewExceptionF(throw_location, "Ljava/lang/NoSuchFieldError;", in FindFieldFromCode()
/art/runtime/
Djni_internal.cc111 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()
Dthread.h384 void ThrowNewExceptionF(const ThrowLocation& throw_location,
Dmonitor.cc454 self->ThrowNewExceptionF(throw_location, "Ljava/lang/IllegalArgumentException;", in Wait()
Dthread.cc1600 void Thread::ThrowNewExceptionF(const ThrowLocation& throw_location, in ThrowNewExceptionF() function in art::Thread