Searched refs:_throw (Results 1 - 7 of 7) sorted by relevance

/openjdk10/hotspot/src/share/vm/utilities/
H A Dexceptions.cpp127 _throw(thread, file, line, h_exception);
130 void Exceptions::_throw(Thread* thread, const char* file, int line, Handle h_exception, const char* message) { function in class:Exceptions
173 _throw(thread, file, line, h_exception, message);
182 _throw(thread, file, line, h_exception, message);
191 _throw(thread, file, line, h_exception, NULL);
201 _throw(thread, file, line, exception);
234 _throw(THREAD, file, line, exception);
H A Dexceptions.hpp120 static void _throw(Thread* thread, const char* file, int line, Handle exception, const char* msg = NULL);
240 { Exceptions::_throw(THREAD_AND_LOCATION, e); return; }
261 { Exceptions::_throw(THREAD_AND_LOCATION, e); return result; }
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/generator/bean/field/
H A DArrayField.java140 ._throw(JExpr._new(codeModel.ref(IndexOutOfBoundsException.class)));
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/codemodel/internal/
H A DJBlock.java349 public void _throw(JExpression exp) { method in class:JBlock
/openjdk10/jaxws/src/jdk.xml.ws/share/classes/com/sun/tools/internal/ws/processor/generator/
H A DServiceGenerator.java388 ifBlock._then()._throw(exField);
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/generator/bean/
H A DBeanGenerator.java740 m.body()._throw(ex.arg(strForm));
/openjdk10/hotspot/src/share/vm/runtime/
H A DsharedRuntime.cpp600 Exceptions::_throw(thread, __FILE__, __LINE__, h_exception);

Completed in 185 milliseconds