Searched defs:_stack_to_stack (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/interpreter/
H A DcppInterpreter.hpp48 static address _stack_to_stack[number_of_result_handlers]; // pass result between C++ interpreter calls member in class:CppInterpreter
73 static address stack_result_to_stack() { return (address)_stack_to_stack; }
78 static address stack_result_to_stack(int index) { return _stack_to_stack[index]; }
H A DcppInterpreter.cpp60 address CppInterpreter::_stack_to_stack [AbstractInterpreter::number_of_result_handlers]; member in class:CppInterpreter
102 Interpreter::_stack_to_stack[Interpreter::BasicType_as_index(type)] = generate_stack_to_stack_converter(type); member in class:Interpreter

Completed in 40 milliseconds