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

/openjdk7/hotspot/src/share/vm/interpreter/
H A DtemplateInterpreter.hpp99 static address _throw_ArrayIndexOutOfBoundsException_entry; member in class:TemplateInterpreter
H A DtemplateInterpreter.cpp170 address TemplateInterpreter::_throw_ArrayIndexOutOfBoundsException_entry = NULL; member in class:TemplateInterpreter
344 Interpreter::_throw_ArrayIndexOutOfBoundsException_entry = generate_ArrayIndexOutOfBounds_handler("java/lang/ArrayIndexOutOfBoundsException"); member in class:Interpreter
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dinterp_masm_sparc.cpp923 throw_if_not_2( Interpreter::_throw_ArrayIndexOutOfBoundsException_entry, G4_scratch, index_ok);
/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateTable_x86_32.cpp652 ExternalAddress(Interpreter::_throw_ArrayIndexOutOfBoundsException_entry));
H A DtemplateTable_x86_64.cpp653 ExternalAddress(Interpreter::_throw_ArrayIndexOutOfBoundsException_entry));

Completed in 92 milliseconds