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

/openjdk7/hotspot/src/share/vm/interpreter/
H A DcppInterpreter.hpp71 static address native_result_to_tosca() { return (address)_native_abi_to_tosca; } // aka result handler
76 static address native_result_to_tosca(int index) { return _native_abi_to_tosca[index]; } // aka result handler
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 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 Dinterpreter.cpp147 address AbstractInterpreter::_native_abi_to_tosca [AbstractInterpreter::number_of_result_handlers]; member in class:AbstractInterpreter
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 38 milliseconds