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

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

Completed in 64 milliseconds