Searched refs:generate_result_handler_for (Results 1 - 11 of 11) sorted by relevance

/openjdk7/hotspot/src/share/vm/interpreter/
H A DcppInterpreterGenerator.hpp37 address generate_result_handler_for(BasicType type);
H A DtemplateInterpreterGenerator.hpp42 address generate_result_handler_for(BasicType type);
H A DcppInterpreter.cpp96 Interpreter::_native_abi_to_tosca[Interpreter::BasicType_as_index(type)] = generate_result_handler_for(type);
H A DabstractInterpreter.hpp317 address generate_result_handler_for(BasicType type);
H A DtemplateInterpreter.cpp296 Interpreter::_native_abi_to_tosca[Interpreter::BasicType_as_index(type)] = generate_result_handler_for(type);
/openjdk7/hotspot/src/cpu/zero/vm/
H A DcppInterpreter_zero.cpp1028 address CppInterpreterGenerator::generate_result_handler_for( function in class:CppInterpreterGenerator
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateInterpreter_sparc.cpp235 address TemplateInterpreterGenerator::generate_result_handler_for(BasicType type) { function in class:TemplateInterpreterGenerator
H A DcppInterpreter_sparc.cpp113 address CppInterpreterGenerator::generate_result_handler_for(BasicType type) { function in class:CppInterpreterGenerator
/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateInterpreter_x86_32.cpp280 address TemplateInterpreterGenerator::generate_result_handler_for(BasicType type) { function in class:TemplateInterpreterGenerator
H A DtemplateInterpreter_x86_64.cpp249 address TemplateInterpreterGenerator::generate_result_handler_for( function in class:TemplateInterpreterGenerator
H A DcppInterpreter_x86.cpp122 address CppInterpreterGenerator::generate_result_handler_for(BasicType type) { function in class:CppInterpreterGenerator

Completed in 2879 milliseconds