Searched refs:ThrowNewException (Results 1 - 14 of 14) sorted by relevance
/art/runtime/ |
H A D | jni_internal.h | 42 int ThrowNewException(JNIEnv* env, jclass exception_class, const char* msg, jobject cause);
|
H A D | common_throws.cc | 70 self->ThrowNewException(exception_descriptor, msg.str().c_str());
|
H A D | java_vm_ext.cc | 972 self->ThrowNewException("Ljava/lang/UnsatisfiedLinkError;", detail.c_str());
|
H A D | runtime.cc | 1325 self->ThrowNewException("Ljava/lang/OutOfMemoryError;", 1333 self->ThrowNewException("Ljava/lang/NoClassDefFoundError;",
|
H A D | monitor.cc | 704 self->ThrowNewException("Ljava/lang/InterruptedException;", nullptr);
|
H A D | thread.h | 447 void ThrowNewException(const char* exception_class_descriptor, const char* msg)
|
H A D | thread.cc | 2633 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 D | jni_internal.cc | 258 int ThrowNewException(JNIEnv* env, jclass exception_class, const char* msg, jobject cause) 459 return ThrowNewException(env, c, msg, nullptr);
|
H A D | class_linker.cc | 179 self->ThrowNewException(descriptor, c->PrettyDescriptor().c_str()); 181 self->ThrowNewException(descriptor, nullptr);
|
/art/runtime/entrypoints/quick/ |
H A D | quick_throw_entrypoints.cc | 53 self->ThrowNewException("Ljava/lang/NullPointerException;", "throw with null exception");
|
/art/runtime/mirror/ |
H A D | object_array-inl.h | 341 self->ThrowNewException("Ljava/lang/ArrayStoreException;", msg.c_str());
|
/art/runtime/native/ |
H A D | dalvik_system_VMDebug.cc | 167 soa.Self()->ThrowNewException("Ljava/lang/UnsupportedOperationException;", nullptr);
|
/art/runtime/entrypoints/ |
H A D | entrypoint_utils-inl.h | 124 self->ThrowNewException("Ljava/lang/InstantiationError;", klass->PrettyDescriptor().c_str());
|
/art/runtime/interpreter/ |
H A D | unstarted_runtime.cc | 779 self->ThrowNewException("Ljava/lang/ArrayStoreException;", "src or trg is not an array");
|
Completed in 1702 milliseconds