Searched refs:_stack_to_native_abi (Results 1 - 4 of 4) 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
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DcppInterpreter_sparc.cpp1884 __ set((intptr_t)CppInterpreter::_stack_to_native_abi, L4_scratch);
/openjdk7/hotspot/src/cpu/x86/vm/
H A DcppInterpreter_x86.cpp2047 ExternalAddress stack_to_native((address)CppInterpreter::_stack_to_native_abi);

Completed in 510 milliseconds