Home
last modified time | relevance | path

Searched refs:generate_result_handler_for (Results 1 – 25 of 91) sorted by relevance

1234

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/interpreter/
H A DcppInterpreterGenerator.hpp40 address generate_result_handler_for(BasicType type);
H A DtemplateInterpreterGenerator.hpp42 address generate_result_handler_for(BasicType type);
H A DcppInterpreter.cpp96 …r::_native_abi_to_tosca[Interpreter::BasicType_as_index(type)] = generate_result_handler_for(type); in generate_all()
H A DabstractInterpreter.hpp290 address generate_result_handler_for(BasicType type);
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/interpreter/
H A DcppInterpreterGenerator.hpp40 address generate_result_handler_for(BasicType type);
H A DtemplateInterpreterGenerator.hpp42 address generate_result_handler_for(BasicType type);
H A DcppInterpreter.cpp96 …r::_native_abi_to_tosca[Interpreter::BasicType_as_index(type)] = generate_result_handler_for(type); in generate_all()
H A DabstractInterpreter.hpp290 address generate_result_handler_for(BasicType type);
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/interpreter/
H A DtemplateInterpreterGenerator.hpp42 address generate_result_handler_for(BasicType type);
H A DtemplateInterpreterGenerator.cpp148 …r::_native_abi_to_tosca[Interpreter::BasicType_as_index(type)] = generate_result_handler_for(type); in generate_all()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/interpreter/
H A DtemplateInterpreterGenerator.hpp42 address generate_result_handler_for(BasicType type);
H A DtemplateInterpreterGenerator.cpp148 …r::_native_abi_to_tosca[Interpreter::BasicType_as_index(type)] = generate_result_handler_for(type); in generate_all()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/interpreter/
H A DtemplateInterpreterGenerator.hpp42 address generate_result_handler_for(BasicType type);
H A DtemplateInterpreterGenerator.cpp149 …r::_native_abi_to_tosca[Interpreter::BasicType_as_index(type)] = generate_result_handler_for(type); in generate_all()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/interpreter/
H A DtemplateInterpreterGenerator.hpp42 address generate_result_handler_for(BasicType type);
H A DtemplateInterpreterGenerator.cpp147 …r::_native_abi_to_tosca[Interpreter::BasicType_as_index(type)] = generate_result_handler_for(type); in generate_all()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/interpreter/
H A DtemplateInterpreterGenerator.hpp42 address generate_result_handler_for(BasicType type);
H A DtemplateInterpreterGenerator.cpp146 …r::_native_abi_to_tosca[Interpreter::BasicType_as_index(type)] = generate_result_handler_for(type); in generate_all()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/interpreter/
H A DtemplateInterpreterGenerator.hpp42 address generate_result_handler_for(BasicType type);
H A DtemplateInterpreterGenerator.cpp149 …r::_native_abi_to_tosca[Interpreter::BasicType_as_index(type)] = generate_result_handler_for(type); in generate_all()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/interpreter/
H A DtemplateInterpreterGenerator.hpp42 address generate_result_handler_for(BasicType type);
H A DtemplateInterpreterGenerator.cpp149 …r::_native_abi_to_tosca[Interpreter::BasicType_as_index(type)] = generate_result_handler_for(type); in generate_all()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/interpreter/
H A DtemplateInterpreterGenerator.hpp42 address generate_result_handler_for(BasicType type);
H A DtemplateInterpreterGenerator.cpp149 …r::_native_abi_to_tosca[Interpreter::BasicType_as_index(type)] = generate_result_handler_for(type); in generate_all()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/ppc/vm/
H A DtemplateInterpreter_ppc.cpp229 address TemplateInterpreterGenerator::generate_result_handler_for(BasicType type) { in generate_result_handler_for() function in TemplateInterpreterGenerator
230 return AbstractInterpreterGenerator::generate_result_handler_for(type); in generate_result_handler_for()

1234