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

/openjdk7/hotspot/src/share/vm/interpreter/
H A DtemplateInterpreter.hpp102 static address _throw_ClassCastException_entry; member in class:TemplateInterpreter
H A DtemplateInterpreter.cpp173 address TemplateInterpreter::_throw_ClassCastException_entry = NULL; member in class:TemplateInterpreter
347 Interpreter::_throw_ClassCastException_entry = generate_ClassCastException_handler(); member in class:Interpreter
/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateTable_x86_32.cpp3440 __ jump(ExternalAddress(Interpreter::_throw_ClassCastException_entry));
H A DtemplateTable_x86_64.cpp3502 __ jump(ExternalAddress(Interpreter::_throw_ClassCastException_entry));
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateTable_sparc.cpp3618 __ throw_if_not_x( Assembler::never, Interpreter::_throw_ClassCastException_entry, G3_scratch );

Completed in 66 milliseconds