Lines Matching refs:field
19 * Code: 64 bit instance field "get" operation. Uses no substitutions.
23 * Description: Perform the object instance field "get" operation
24 * with the identified field; load the instance value into
30 * op vA, vB, field@CCCC
43 movl %ecx, -8(%esp) # push parameter CCCC; field ref
55 movl %eax, %ecx # %ecx<- %eax; %ecx expected to hold field
59 * %ecx holds resolved field
70 movl offInstField_byteOffset(%ecx), %ecx # %ecx<- field offset
72 movq (%ecx, %edx), %xmm0 # %xmm0<- object field
73 movq %xmm0, (rFP, rINST, 4) # vA<- %xmm0; object field