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

/openjdk7/hotspot/src/cpu/x86/vm/
H A DcppInterpreter_x86.cpp1807 Label throw_exception; local
1818 __ jcc(Assembler::equal, throw_exception);
2179 __ bind(throw_exception);
/openjdk7/hotspot/src/share/vm/oops/
H A DconstantPoolOop.cpp478 Handle throw_exception; local
558 throw_exception = Handle(THREAD, PENDING_EXCEPTION);
577 throw_exception = Handle(THREAD, PENDING_EXCEPTION);
615 if (throw_exception.not_null()) {
617 sys_array->obj_at_put(0, throw_exception());
619 throw_exception = Handle(); // be tidy
637 if (throw_exception.not_null()) {
638 THROW_HANDLE_(throw_exception, NULL);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DcppInterpreter_sparc.cpp1633 Label throw_exception; local
1643 __ br(Assembler::equal, false, Assembler::pt, throw_exception);
2031 __ bind(throw_exception);
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dgtk2_interface.c378 static void throw_exception(JNIEnv *env, const char* name, const char* message) function
909 throw_exception(env, "java/lang/RuntimeException", convertionBuffer);
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIR.hpp2020 void throw_exception(LIR_Opr exceptionPC, LIR_Opr exceptionOop, CodeEmitInfo* info) { function in class:LIR_List

Completed in 72 milliseconds