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

/openjdk7/hotspot/src/share/vm/interpreter/
H A DcppInterpreter.hpp46 static address _tosca_to_stack[number_of_result_handlers]; // converts tosca to C++ interpreter stack result member in class:CppInterpreter
72 static address tosca_result_to_stack() { return (address)_tosca_to_stack; }
77 static address tosca_result_to_stack(int index) { return _tosca_to_stack[index]; }
H A DcppInterpreter.cpp59 address CppInterpreter::_tosca_to_stack [AbstractInterpreter::number_of_result_handlers]; member in class:CppInterpreter
99 Interpreter::_tosca_to_stack[Interpreter::BasicType_as_index(type)] = generate_tosca_to_stack_converter(type); member in class:Interpreter

Completed in 40 milliseconds