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

/art/runtime/
H A Dthread.cc1651 ThrowNewException(throw_location, exception_class_descriptor, msg.c_str());
1654 void Thread::ThrowNewException(const ThrowLocation& throw_location, const char* exception_class_descriptor, function in class:art::Thread
1785 ThrowNewException(throw_location, "Ljava/lang/OutOfMemoryError;", msg);

Completed in 773 milliseconds