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

/openjdk9/hotspot/src/cpu/x86/vm/
H A DmethodHandles_x86.cpp217 Register rbx_method = rbx; // eventual target of this invocation local
228 __ cmpw(Address(rbx_method, Method::intrinsic_id_offset_in_bytes()), (int) iid);
245 __ movptr(rdx_argp, Address(rbx_method, Method::const_offset()));
275 Register rbx_member = rbx_method; // MemberName ptr; incoming method ptr is dead now
291 Register rbx_method = rbx; // eventual target of this invocation local
322 jump_to_lambda_form(_masm, receiver_reg, rbx_method, temp1, for_compiler_entry);
386 __ movptr(rbx_method, member_vmtarget);
393 __ movptr(rbx_method, member_vmtarget);
421 __ lookup_virtual_method(temp1_recv_klass, temp2_index, rbx_method);
438 Register rbx_index = rbx_method;
[all...]
H A DtemplateTable_x86.cpp3780 const Register rbx_method = rbx; local
3785 prepare_invoke(byte_no, rbx_method, rax_mtype, rcx_recv);
3786 __ verify_method_ptr(rbx_method);
3797 __ profile_arguments_type(rdx, rbx_method, rbcp, true);
3799 __ jump_from_interpreted(rbx_method, rdx);
3806 const Register rbx_method = rbx; local
3809 prepare_invoke(byte_no, rbx_method, rax_callsite);
3819 __ profile_arguments_type(rdx, rbx_method, rbcp, false);
3823 __ jump_from_interpreted(rbx_method, rdx);
/openjdk9/hotspot/src/cpu/arm/vm/
H A DmethodHandles_arm.cpp208 Register rbx_method = Rmethod; // eventual target of this invocation local
218 __ ldrh(rdi_temp, Address(rbx_method, Method::intrinsic_id_offset_in_bytes()));
236 __ ldr(rdx_param_size, Address(rbx_method, Method::const_offset()));
266 Register rbx_member = rbx_method; // MemberName ptr; incoming method ptr is dead now
284 Register rbx_method = Rmethod; // eventual target of this invocation local
430 Register rbx_index = rbx_method;
444 rbx_index, rbx_method,

Completed in 103 milliseconds