Searched refs:_throw_NullPointerException_entry (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/interpreter/
H A DtemplateInterpreter.hpp104 static address _throw_NullPointerException_entry; member in class:TemplateInterpreter
149 static address throw_NullPointerException_entry() { return _throw_NullPointerException_entry; }
H A DtemplateInterpreter.cpp174 address TemplateInterpreter::_throw_NullPointerException_entry = NULL; member in class:TemplateInterpreter
348 Interpreter::_throw_NullPointerException_entry = generate_exception_handler("java/lang/NullPointerException" , NULL ); member in class:Interpreter
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateTable_sparc.cpp3572 __ throw_if_not_2( Interpreter::_throw_NullPointerException_entry, G3_scratch, ok);
3737 __ throw_if_not_2( Interpreter::_throw_NullPointerException_entry, G3_scratch, ok);
3811 __ throw_if_not_x( Assembler::notZero, Interpreter::_throw_NullPointerException_entry, G3_scratch );
H A Dinterp_masm_sparc.cpp914 throw_if_not_2( Interpreter::_throw_NullPointerException_entry, G3_scratch, ptr_ok);

Completed in 45 milliseconds