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

/openjdk7/hotspot/src/share/vm/utilities/
H A Dexceptions.cpp167 void Exceptions::_throw_msg(Thread* thread, const char* file, int line, Symbol* name, const char* message, function in class:Exceptions
211 void Exceptions::_throw_msg(Thread* thread, const char* file, int line, Symbol* name, const char* message) { function in class:Exceptions
212 _throw_msg(thread, file, line, name, message, Handle(thread, NULL), Handle(thread, NULL));
244 _throw_msg(thread, file, line, h_name, msg);

Completed in 31 milliseconds