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

/openjdk7/hotspot/src/share/vm/interpreter/
H A DcppInterpreter.hpp50 static address _stack_to_native_abi[number_of_result_handlers]; // converts C++ interpreter results to native abi member in class:CppInterpreter
74 static address stack_result_to_native() { return (address)_stack_to_native_abi; }
79 static address stack_result_to_native(int index) { return _stack_to_native_abi[index]; }
H A DcppInterpreter.cpp61 address CppInterpreter::_stack_to_native_abi [AbstractInterpreter::number_of_result_handlers]; member in class:CppInterpreter
105 Interpreter::_stack_to_native_abi[Interpreter::BasicType_as_index(type)] = generate_stack_to_native_abi_converter(type); member in class:Interpreter

Completed in 1062 milliseconds