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

/openjdk7/hotspot/src/share/vm/interpreter/
H A DcppInterpreter.hpp74 static address stack_result_to_native() { return (address)_stack_to_native_abi; } function in class:CppInterpreter
79 static address stack_result_to_native(int index) { return _stack_to_native_abi[index]; } function in class:CppInterpreter

Completed in 35 milliseconds