Lines Matching refs:Interpreter

46   __ ld(Llocals, Interpreter::local_offset_in_bytes(offset()), Rtmp);  in pass_word()
56 __ ldx(Llocals, Interpreter::local_offset_in_bytes(offset() + 1), Rtmp); in pass_long()
59 __ ld(Llocals, Interpreter::local_offset_in_bytes(offset() + 1), Rtmp); in pass_long()
61 __ ld(Llocals, Interpreter::local_offset_in_bytes(offset() + 0), Rtmp); in pass_long()
72 __ ldf(FloatRegisterImpl::S, Llocals, Interpreter::local_offset_in_bytes(offset()), Rtmp); in pass_float()
76 __ ld(Llocals, Interpreter::local_offset_in_bytes(offset()), Rtmp); in pass_float()
86 __ ldf(FloatRegisterImpl::D, Llocals, Interpreter::local_offset_in_bytes(offset() + 1), Rtmp); in pass_double()
90 __ ld(Llocals, Interpreter::local_offset_in_bytes(offset() + 1), Rtmp); in pass_double()
92 __ ld(Llocals, Interpreter::local_offset_in_bytes(offset()), Rtmp); in pass_double()
108 Address h_arg = Address(Llocals, Interpreter::local_offset_in_bytes(offset())); in pass_object()
131 AddressLiteral result_handler(Interpreter::result_handler(method()->result_type())); in generate()
160 *_to++ = *(jint *)(_from+Interpreter::local_offset_in_bytes(0)); in pass_int()
161 _from -= Interpreter::stackElementSize; in pass_int()
167 intptr_t *from_addr = (intptr_t*)(_from + Interpreter::local_offset_in_bytes(0)); in pass_object()
169 _from -= Interpreter::stackElementSize; in pass_object()
175 *_to++ = *(jint *)(_from+Interpreter::local_offset_in_bytes(0)); in pass_float()
176 _from -= Interpreter::stackElementSize; in pass_float()
181 *_to++ = *(intptr_t*)(_from+Interpreter::local_offset_in_bytes(1)); in pass_double()
182 _from -= 2*Interpreter::stackElementSize; in pass_double()
187 _to[0] = *(intptr_t*)(_from+Interpreter::local_offset_in_bytes(1)); in pass_long()
189 _from -= 2*Interpreter::stackElementSize; in pass_long()
195 _to[0] = *(intptr_t*)(_from+Interpreter::local_offset_in_bytes(1)); in pass_long()
196 _to[1] = *(intptr_t*)(_from+Interpreter::local_offset_in_bytes(0)); in pass_long()
198 _from -= 2*Interpreter::stackElementSize; in pass_long()
203 *_to++ = *(jint *)(_from+Interpreter::local_offset_in_bytes(0)); in pass_float()
204 _from -= Interpreter::stackElementSize; in pass_float()
241 return Interpreter::result_handler(m->result_type());