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

/openjdk7/hotspot/src/share/vm/interpreter/
H A DcppInterpreter.hpp73 static address stack_result_to_stack() { return (address)_stack_to_stack; } function in class:CppInterpreter
78 static address stack_result_to_stack(int index) { return _stack_to_stack[index]; } function in class:CppInterpreter

Completed in 73 milliseconds