Searched defs:_native_abi_to_tosca (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/interpreter/
H A DcppInterpreter.cpp96 Interpreter::_native_abi_to_tosca[Interpreter::BasicType_as_index(type)] = generate_result_handler_for(type); member in class:Interpreter
H A Dinterpreter.cpp147 address AbstractInterpreter::_native_abi_to_tosca [AbstractInterpreter::number_of_result_handlers]; member in class:AbstractInterpreter
H A DabstractInterpreter.hpp142 static address _native_abi_to_tosca[number_of_result_handlers]; // for native method result handlers member in class:AbstractInterpreter
235 static address result_handler(BasicType type) { return _native_abi_to_tosca[BasicType_as_index(type)]; }
H A DtemplateInterpreter.cpp296 Interpreter::_native_abi_to_tosca[Interpreter::BasicType_as_index(type)] = generate_result_handler_for(type); member in class:Interpreter

Completed in 36 milliseconds