HomeSort by relevance Sort by last modified time
    Searched refs:ThrowNewException (Results 1 - 12 of 12) sorted by null

  /art/runtime/entrypoints/quick/
quick_throw_entrypoints.cc 48 self->ThrowNewException(throw_location, "Ljava/lang/NullPointerException;",
  /art/runtime/
jni_internal.h 57 int ThrowNewException(JNIEnv* env, jclass exception_class, const char* msg, jobject cause);
common_throws.cc 61 self->ThrowNewException(computed_throw_location, exception_descriptor, msg.str().c_str());
63 self->ThrowNewException(*throw_location, exception_descriptor, msg.str().c_str());
runtime.cc 860 self->ThrowNewException(ThrowLocation(), "Ljava/lang/OutOfMemoryError;",
868 self->ThrowNewException(ThrowLocation(), "Ljava/lang/NoClassDefFoundError;",
    [all...]
thread.cc     [all...]
monitor.cc 566 self->ThrowNewException(throw_location, "Ljava/lang/InterruptedException;", NULL);
    [all...]
thread.h 373 void ThrowNewException(const ThrowLocation& throw_location,
    [all...]
jni_internal.cc 264 int ThrowNewException(JNIEnv* env, jclass exception_class, const char* msg, jobject cause)
703 return ThrowNewException(env, c, msg, nullptr);
    [all...]
class_linker.cc 105 self->ThrowNewException(throw_location, c->GetVerifyErrorClass()->GetDescriptor(&temp),
108 self->ThrowNewException(throw_location, "Ljava/lang/NoClassDefFoundError;",
    [all...]
  /art/runtime/native/
dalvik_system_VMDebug.cc 150 soa.Self()->ThrowNewException(throw_location, "Ljava/lang/UnsupportedOperationException;", NULL);
  /art/runtime/entrypoints/
entrypoint_utils-inl.h 57 self->ThrowNewException(throw_location, "Ljava/lang/InstantiationError;",
  /art/runtime/interpreter/
interpreter_common.cc     [all...]

Completed in 244 milliseconds