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

  /art/runtime/native/
java_lang_VMClassLoader.cc 96 self->ThrowNewWrappedException("Ljava/lang/ClassNotFoundException;",
  /art/runtime/entrypoints/
entrypoint_utils.cc 150 soa.Self()->ThrowNewWrappedException("Ljava/lang/reflect/UndeclaredThrowableException;",
  /art/runtime/
transaction.cc 95 self->ThrowNewWrappedException(Transaction::kAbortExceptionSignature,
99 self->ThrowNewWrappedException(Transaction::kAbortExceptionSignature,
common_throws.cc 96 self->ThrowNewWrappedException(exception_descriptor, msg.str().c_str());
    [all...]
thread.h 510 void ThrowNewWrappedException(const char* exception_class_descriptor, const char* msg)
    [all...]
thread.cc     [all...]
class_linker.cc 246 self->ThrowNewWrappedException("Ljava/lang/NoClassDefFoundError;",
284 self->ThrowNewWrappedException("Ljava/lang/ExceptionInInitializerError;", nullptr);
    [all...]
  /art/runtime/dex/
dex_file_annotations.cc 484 self->ThrowNewWrappedException("Ljava/lang/TypeNotPresentException;", msg);
    [all...]
  /art/runtime/interpreter/
unstarted_runtime.cc 165 self->ThrowNewWrappedException("Ljava/lang/ClassNotFoundException;",
    [all...]

Completed in 316 milliseconds