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

/openjdk7/hotspot/src/share/vm/utilities/
H A Dexceptions.cpp135 _throw(thread, file, line, h_exception);
138 void Exceptions::_throw(Thread* thread, const char* file, int line, Handle h_exception, const char* message) { function in class:Exceptions
174 _throw(thread, file, line, h_exception, message);
183 _throw(thread, file, line, h_exception, message);
192 _throw(thread, file, line, h_exception, NULL);
202 _throw(thread, file, line, exception);
233 _throw(THREAD, file, line, exception);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/
H A DJBlock.java349 public void _throw(JExpression exp) { method in class:JBlock

Completed in 41 milliseconds