Searched refs:native_result_to_tosca (Results 1 - 1 of 1) 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 function in class:CppInterpreter
76 static address native_result_to_tosca(int index) { return _native_abi_to_tosca[index]; } // aka result handler function in class:CppInterpreter

Completed in 27 milliseconds