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

/art/runtime/entrypoints/portable/
H A Dportable_fillarray_entrypoints.cc41 self->ThrowNewExceptionF(throw_location, "Ljava/lang/ArrayIndexOutOfBoundsException;",
/art/runtime/entrypoints/quick/
H A Dquick_fillarray_entrypoints.cc53 self->ThrowNewExceptionF(throw_location, "Ljava/lang/ArrayIndexOutOfBoundsException;",
/art/runtime/mirror/
H A Dstring-inl.h64 self->ThrowNewExceptionF(throw_location, "Ljava/lang/StringIndexOutOfBoundsException;",
H A Dobject_array-inl.h234 self->ThrowNewExceptionF(throw_location, "Ljava/lang/ArrayStoreException;",
/art/runtime/native/
H A Djava_lang_reflect_Constructor.cc44 soa.Self()->ThrowNewExceptionF(throw_location, "Ljava/lang/InstantiationException;",
H A Djava_lang_System.cc41 self->ThrowNewExceptionF(throw_location, "Ljava/lang/ArrayStoreException;",
80 soa.Self()->ThrowNewExceptionF(throw_location, "Ljava/lang/ArrayIndexOutOfBoundsException;",
134 soa.Self()->ThrowNewExceptionF(throw_location, "Ljava/lang/ArrayStoreException;",
H A Djava_lang_Class.cc57 soa.Self()->ThrowNewExceptionF(throw_location, "Ljava/lang/ClassNotFoundException;",
H A Ddalvik_system_VMDebug.cc95 soa.Self()->ThrowNewExceptionF(throw_location, "Ljava/lang/RuntimeException;",
/art/runtime/interpreter/
H A Dinterpreter_common.cc274 self->ThrowNewExceptionF(self->GetCurrentLocationForThrow(),
593 self->ThrowNewExceptionF(self->GetCurrentLocationForThrow(),
688 self->ThrowNewExceptionF(shadow_frame.GetCurrentLocationForThrow(),
902 self->ThrowNewExceptionF(self->GetCurrentLocationForThrow(), "Ljava/lang/InternalError;",
H A Dinterpreter_goto_table_impl.cc349 self->ThrowNewExceptionF(self->GetCurrentLocationForThrow(),
600 self->ThrowNewExceptionF(shadow_frame.GetCurrentLocationForThrow(),
624 self->ThrowNewExceptionF(self->GetCurrentLocationForThrow(),
H A Dinterpreter_switch_impl.cc264 self->ThrowNewExceptionF(self->GetCurrentLocationForThrow(),
515 self->ThrowNewExceptionF(shadow_frame.GetCurrentLocationForThrow(),
538 self->ThrowNewExceptionF(self->GetCurrentLocationForThrow(),
/art/runtime/entrypoints/
H A Dentrypoint_utils.cc61 self->ThrowNewExceptionF(
H A Dentrypoint_utils-inl.h300 self->ThrowNewExceptionF(throw_location, "Ljava/lang/NoSuchFieldError;",
/art/runtime/
H A Djni_internal.cc111 soa.Self()->ThrowNewExceptionF(throw_location, "Ljava/lang/NoSuchMethodError;",
123 soa.Self()->ThrowNewExceptionF(throw_location, "Ljava/lang/NoSuchMethodError;",
221 soa.Self()->ThrowNewExceptionF(throw_location, "Ljava/lang/NoSuchFieldError;",
237 soa.Self()->ThrowNewExceptionF(throw_location, "Ljava/lang/NoSuchFieldError;",
250 soa.Self()->ThrowNewExceptionF(throw_location, "Ljava/lang/ArrayIndexOutOfBoundsException;",
259 soa.Self()->ThrowNewExceptionF(throw_location, "Ljava/lang/StringIndexOutOfBoundsException;",
H A Dmonitor.cc454 self->ThrowNewExceptionF(throw_location, "Ljava/lang/IllegalArgumentException;",
H A Dthread.h384 void ThrowNewExceptionF(const ThrowLocation& throw_location,
H A Dthread.cc1637 void Thread::ThrowNewExceptionF(const ThrowLocation& throw_location, function in class:art::Thread

Completed in 217 milliseconds