Searched refs:throw_exception (Results 1 - 8 of 8) sorted by relevance
/openjdk7/hotspot/src/cpu/zero/vm/ |
H A D | cppInterpreter_zero.hpp | 50 static void throw_exception(JavaThread* thread, Symbol* name,char *msg=NULL);
|
H A D | cppInterpreter_zero.cpp | 657 IRT_ENTRY(void, CppInterpreter::throw_exception(JavaThread* thread,
|
/openjdk7/hotspot/src/share/vm/oops/ |
H A D | constantPoolOop.cpp | 478 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 D | cppInterpreter_sparc.cpp | 1633 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 D | cppInterpreter_x86.cpp | 1807 Label throw_exception; local 1818 __ jcc(Assembler::equal, throw_exception); 2179 __ bind(throw_exception);
|
/openjdk7/jdk/src/solaris/native/sun/awt/ |
H A D | gtk2_interface.c | 378 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 D | c1_LIR.hpp | 2020 void throw_exception(LIR_Opr exceptionPC, LIR_Opr exceptionOop, CodeEmitInfo* info) { function in class:LIR_List
|
H A D | c1_LIRGenerator.cpp | 2006 __ throw_exception(exceptionPcOpr(), exceptionOopOpr(), info);
|
Completed in 80 milliseconds