Searched refs:_stack_to_stack (Results 1 - 4 of 4) 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
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DcppInterpreter_sparc.cpp1809 __ set((intptr_t)CppInterpreter::_stack_to_stack, L4_scratch);
/openjdk7/hotspot/src/cpu/x86/vm/
H A DcppInterpreter_x86.cpp2009 ExternalAddress stack_to_stack((address)CppInterpreter::_stack_to_stack);
2013 // __ movl(rax, Address(noreg, rax, Address::times_ptr, int(AbstractInterpreter::_stack_to_stack)));

Completed in 1147 milliseconds