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

/openjdk7/hotspot/src/share/vm/interpreter/
H A DtemplateInterpreter.hpp100 static address _throw_ArrayStoreException_entry; member in class:TemplateInterpreter
H A DtemplateInterpreter.cpp171 address TemplateInterpreter::_throw_ArrayStoreException_entry = NULL; member in class:TemplateInterpreter
345 Interpreter::_throw_ArrayStoreException_entry = generate_klass_exception_handler("java/lang/ArrayStoreException" ); member in class:Interpreter
/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateTable_x86_32.cpp993 __ jump(ExternalAddress(Interpreter::_throw_ArrayStoreException_entry));
H A DtemplateTable_x86_64.cpp1022 __ jump(ExternalAddress(Interpreter::_throw_ArrayStoreException_entry));
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateTable_sparc.cpp916 __ throw_if_not_x( Assembler::never, Interpreter::_throw_ArrayStoreException_entry, G3_scratch );

Completed in 58 milliseconds