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

/openjdk7/hotspot/src/share/vm/interpreter/
H A DtemplateInterpreter.hpp129 static address _wentry_point[DispatchTable::length]; // wide instructions only (vtos tosca always) member in class:TemplateInterpreter
H A DtemplateInterpreter.cpp193 address TemplateInterpreter::_wentry_point[DispatchTable::length]; member in class:TemplateInterpreter
426 Interpreter::_wentry_point[i] = _unimplemented_bytecode; member in class:Interpreter
459 Interpreter::_wentry_point[code] = wep; member in class:Interpreter
/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateTable_x86_32.cpp3684 ExternalAddress wtable((address)Interpreter::_wentry_point);
H A DtemplateTable_x86_64.cpp3776 __ lea(rscratch1, ExternalAddress((address)Interpreter::_wentry_point));
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateTable_sparc.cpp3853 AddressLiteral ep(Interpreter::_wentry_point);

Completed in 60 milliseconds