Searched refs:rcx_mh (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A DmethodHandles_x86.cpp212 Register rcx_mh = rcx; // MH receiver; dies quickly and is recycled local
249 __ movptr(rcx_mh, rdx_first_arg_addr);
258 generate_method_handle_dispatch(_masm, iid, rcx_mh, noreg, not_for_compiler_entry);
480 const char* mh_reg_name = has_mh ? "rcx_mh" : "rcx";

Completed in 111 milliseconds