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

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

Completed in 548 milliseconds