Searched refs:ThrowNewException (Results 1 - 14 of 14) sorted by relevance

/art/runtime/
H A Djni_internal.h42 int ThrowNewException(JNIEnv* env, jclass exception_class, const char* msg, jobject cause);
H A Dcommon_throws.cc70 self->ThrowNewException(exception_descriptor, msg.str().c_str());
H A Djava_vm_ext.cc972 self->ThrowNewException("Ljava/lang/UnsatisfiedLinkError;", detail.c_str());
H A Druntime.cc1325 self->ThrowNewException("Ljava/lang/OutOfMemoryError;",
1333 self->ThrowNewException("Ljava/lang/NoClassDefFoundError;",
H A Dmonitor.cc704 self->ThrowNewException("Ljava/lang/InterruptedException;", nullptr);
H A Dthread.h447 void ThrowNewException(const char* exception_class_descriptor, const char* msg)
H A Dthread.cc2633 ThrowNewException(exception_class_descriptor, msg.c_str());
2636 void Thread::ThrowNewException(const char* exception_class_descriptor, function in class:art::Thread
2756 ThrowNewException("Ljava/lang/OutOfMemoryError;", msg);
H A Djni_internal.cc258 int ThrowNewException(JNIEnv* env, jclass exception_class, const char* msg, jobject cause)
459 return ThrowNewException(env, c, msg, nullptr);
H A Dclass_linker.cc179 self->ThrowNewException(descriptor, c->PrettyDescriptor().c_str());
181 self->ThrowNewException(descriptor, nullptr);
/art/runtime/entrypoints/quick/
H A Dquick_throw_entrypoints.cc53 self->ThrowNewException("Ljava/lang/NullPointerException;", "throw with null exception");
/art/runtime/mirror/
H A Dobject_array-inl.h341 self->ThrowNewException("Ljava/lang/ArrayStoreException;", msg.c_str());
/art/runtime/native/
H A Ddalvik_system_VMDebug.cc167 soa.Self()->ThrowNewException("Ljava/lang/UnsupportedOperationException;", nullptr);
/art/runtime/entrypoints/
H A Dentrypoint_utils-inl.h124 self->ThrowNewException("Ljava/lang/InstantiationError;", klass->PrettyDescriptor().c_str());
/art/runtime/interpreter/
H A Dunstarted_runtime.cc779 self->ThrowNewException("Ljava/lang/ArrayStoreException;", "src or trg is not an array");

Completed in 1702 milliseconds