Lines Matching refs:u2
35 int check_cast_nohelper(u2 vA, u4 tmp, bool instance, u2 vDest) { in check_cast_nohelper()
169 int common_check_cast_instance_of(u2 vA, u4 tmp, bool instance, u2 vDest) { in common_check_cast_instance_of()
180 u2 vA = INST_AA(inst); in op_check_cast()
190 u2 vB = INST_B(inst); in op_instance_of()
191 u2 vA = INST_A(inst); in op_instance_of()
203 int monitor_enter_nohelper(u2 vA) { in monitor_enter_nohelper()
241 u2 vA = INST_AA(inst); in op_monitor_enter()
256 u2 vA = INST_AA(inst); in op_monitor_exit()
295 u2 vA = INST_A(inst); in op_array_length()
296 u2 vB = INST_B(inst); in op_array_length()
322 u2 vA = INST_AA(inst); in op_new_instance()
390 u2 vA = INST_A(inst); //destination in op_new_array()
391 u2 vB = INST_B(inst); //length in op_new_array()
441 int common_filled_new_array(u2 length, u4 tmp, bool hasRange) { in common_filled_new_array()
513 u2 length = INST_B(inst); in op_filled_new_array()
515 u2 v5 = INST_A(inst); in op_filled_new_array()
516 u2 vv = FETCH(2); in op_filled_new_array()
517 u2 v1 = vv & 0xf; in op_filled_new_array()
518 u2 v2 = (vv >> 4) & 0xf; in op_filled_new_array()
519 u2 v3 = (vv >> 8) & 0xf; in op_filled_new_array()
520 u2 v4 = (vv >> 12) & 0xf; in op_filled_new_array()
567 u2 length = INST_AA(inst); in op_filled_new_array_range()
610 u2 vA = INST_AA(inst); in op_fill_array_data()
642 u2 vA = INST_AA(inst); in op_throw()
662 u2 vA, vB; in op_throw_verification_error()