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 47 self->ThrowNewException(throw_location, "Ljava/lang/NullPointerException;",
  /art/runtime/
jni_internal.h 62 int ThrowNewException(JNIEnv* env, jclass exception_class, const char* msg, jobject cause);
common_throws.cc 63 self->ThrowNewException(computed_throw_location, exception_descriptor, msg.str().c_str());
65 self->ThrowNewException(*throw_location, exception_descriptor, msg.str().c_str());
thread.h 344 void ThrowNewException(const ThrowLocation& throw_location,
thread.cc     [all...]
monitor.cc 524 self->ThrowNewException(throw_location, "Ljava/lang/InterruptedException;", NULL);
    [all...]
runtime.cc     [all...]
jni_internal.cc 360 int ThrowNewException(JNIEnv* env, jclass exception_class, const char* msg, jobject cause)
757 return ThrowNewException(env, c, msg, NULL);
    [all...]
class_linker.cc 101 self->ThrowNewException(throw_location, ve_ch.GetDescriptor(), PrettyDescriptor(c).c_str());
103 self->ThrowNewException(throw_location, "Ljava/lang/NoClassDefFoundError;",
    [all...]
  /art/runtime/native/
dalvik_system_VMDebug.cc 132 soa.Self()->ThrowNewException(throw_location, "Ljava/lang/UnsupportedOperationException;", NULL);
  /art/runtime/entrypoints/
entrypoint_utils.cc 289 int rc = ::art::ThrowNewException(env, WellKnownClasses::java_lang_StackOverflowError,
292 // TODO: ThrowNewException failed presumably because of an OOME, we continue to throw the OOME
entrypoint_utils.h 61 self->ThrowNewException(throw_location, "Ljava/lang/InstantiationError;",

Completed in 208 milliseconds