• Home
  • Raw
  • Download

Lines Matching refs:vindex

34 int aget_common_nohelper(int flag, u2 vA, u2 vref, u2 vindex) {  in aget_common_nohelper()  argument
41 requestVRFreeDelay(vindex,VRDELAY_BOUNDCHECK); in aget_common_nohelper()
45 get_virtual_reg(vindex, OpndSize_32, 2, false); //index in aget_common_nohelper()
57 vindex, 2, false, in aget_common_nohelper()
60 cancelVRFreeDelayRequest(vindex,VRDELAY_BOUNDCHECK); in aget_common_nohelper()
96 int aget_common(int flag, u2 vA, u2 vref, u2 vindex) { in aget_common() argument
97 return aget_common_nohelper(flag, vA, vref, vindex); in aget_common()
109 u2 vindex = FETCH(1) >> 8; in op_aget() local
110 int retval = aget_common(AGET, vA, vref, vindex); in op_aget()
120 u2 vindex = FETCH(1) >> 8; in op_aget_wide() local
121 int retval = aget_common(AGET_WIDE, vA, vref, vindex); in op_aget_wide()
137 u2 vindex = FETCH(1) >> 8; in op_aget_boolean() local
138 int retval = aget_common(AGET_BOOLEAN, vA, vref, vindex); in op_aget_boolean()
148 u2 vindex = FETCH(1) >> 8; in op_aget_byte() local
149 int retval = aget_common(AGET_BYTE, vA, vref, vindex); in op_aget_byte()
159 u2 vindex = FETCH(1) >> 8; in op_aget_char() local
160 int retval = aget_common(AGET_CHAR, vA, vref, vindex); in op_aget_char()
170 u2 vindex = FETCH(1) >> 8; in op_aget_short() local
171 int retval = aget_common(AGET_SHORT, vA, vref, vindex); in op_aget_short()
183 int aput_common_nohelper(int flag, u2 vA, u2 vref, u2 vindex) { in aput_common_nohelper() argument
192 requestVRFreeDelay(vindex,VRDELAY_BOUNDCHECK); in aput_common_nohelper()
196 get_virtual_reg(vindex, OpndSize_32, 2, false); //index in aput_common_nohelper()
208 vindex, 2, false, in aput_common_nohelper()
211 cancelVRFreeDelayRequest(vindex,VRDELAY_BOUNDCHECK); in aput_common_nohelper()
237 int aput_common(int flag, u2 vA, u2 vref, u2 vindex) { in aput_common() argument
238 return aput_common_nohelper(flag, vA, vref, vindex); in aput_common()
250 u2 vindex = FETCH(1) >> 8; in op_aput() local
251 int retval = aput_common(APUT, vA, vref, vindex); in op_aput()
261 u2 vindex = FETCH(1) >> 8; in op_aput_wide() local
262 int retval = aput_common(APUT_WIDE, vA, vref, vindex); in op_aput_wide()
272 u2 vindex = FETCH(1) >> 8; in op_aput_boolean() local
273 int retval = aput_common(APUT_BOOLEAN, vA, vref, vindex); in op_aput_boolean()
283 u2 vindex = FETCH(1) >> 8; in op_aput_byte() local
284 int retval = aput_common(APUT_BYTE, vA, vref, vindex); in op_aput_byte()
294 u2 vindex = FETCH(1) >> 8; in op_aput_char() local
295 int retval = aput_common(APUT_CHAR, vA, vref, vindex); in op_aput_char()
305 u2 vindex = FETCH(1) >> 8; in op_aput_short() local
306 int retval = aput_common(APUT_SHORT, vA, vref, vindex); in op_aput_short()
326 u2 vindex = FETCH(1) >> 8; in op_aput_object() local
336 requestVRFreeDelay(vindex,VRDELAY_BOUNDCHECK); in op_aput_object()
350 get_virtual_reg(vindex, OpndSize_32, 2, false); //index in op_aput_object()
355 cancelVRFreeDelayRequest(vindex,VRDELAY_BOUNDCHECK); in op_aput_object()