Searched refs:throw_exception (Results 1 - 8 of 8) sorted by relevance

/openjdk7/hotspot/src/cpu/zero/vm/
H A DcppInterpreter_zero.hpp50 static void throw_exception(JavaThread* thread, Symbol* name,char *msg=NULL);
H A DcppInterpreter_zero.cpp657 IRT_ENTRY(void, CppInterpreter::throw_exception(JavaThread* thread,
/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/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/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
H A Dc1_LIRGenerator.cpp2006 __ throw_exception(exceptionPcOpr(), exceptionOopOpr(), info);

Completed in 2859 milliseconds