Searched refs:_throw_ArithmeticException_entry (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/interpreter/
H A DtemplateInterpreter.hpp101 static address _throw_ArithmeticException_entry; member in class:TemplateInterpreter
147 static address throw_ArithmeticException_entry() { return _throw_ArithmeticException_entry; }
H A DtemplateInterpreter.cpp172 address TemplateInterpreter::_throw_ArithmeticException_entry = NULL; member in class:TemplateInterpreter
346 Interpreter::_throw_ArithmeticException_entry = generate_exception_handler("java/lang/ArithmeticException" , "/ by zero"); member in class:Interpreter
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateTable_sparc.cpp1170 __ throw_if_not_icc( Assembler::notZero, Interpreter::_throw_ArithmeticException_entry, G3_scratch );
1223 __ throw_if_not_xcc( Assembler::notZero, Interpreter::_throw_ArithmeticException_entry, G3_scratch);
1227 __ throw_if_not_icc( Assembler::notZero, Interpreter::_throw_ArithmeticException_entry, G3_scratch);
1240 __ throw_if_not_xcc( Assembler::notZero, Interpreter::_throw_ArithmeticException_entry, G3_scratch);
1246 __ throw_if_not_icc(Assembler::notZero, Interpreter::_throw_ArithmeticException_entry, G3_scratch);
/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateTable_x86_32.cpp1263 ExternalAddress(Interpreter::_throw_ArithmeticException_entry));
1277 ExternalAddress(Interpreter::_throw_ArithmeticException_entry));
H A DtemplateTable_x86_64.cpp1266 ExternalAddress(Interpreter::_throw_ArithmeticException_entry));
1280 ExternalAddress(Interpreter::_throw_ArithmeticException_entry));

Completed in 60 milliseconds