Searched defs:rcx_recv (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A DmethodHandles_x86.cpp262 Register rcx_recv = noreg; local
265 __ movptr(rcx_recv = rcx, rdx_first_arg_addr);
272 generate_method_handle_dispatch(_masm, iid, rcx_recv, rbx_member, not_for_compiler_entry);
461 // But the compiled version will require that rcx_recv be shifted out.
H A DtemplateTable_x86_32.cpp3157 const Register rcx_recv = rcx; local
3168 rcx_recv);
3170 __ verify_oop(rcx_recv);
3171 __ null_check(rcx_recv);
H A DtemplateTable_x86_64.cpp3221 const Register rcx_recv = rcx; local
3232 rcx_recv);
3234 __ verify_oop(rcx_recv);
3235 __ null_check(rcx_recv);

Completed in 688 milliseconds