Home | History | Annotate | Download | only in analysis

Lines Matching refs:xff

458         /* opcode low byte becomes high byte, low byte becomes 0xff */
459 assert((ptr[0] & 0xff) == 0xff);
463 assert((ptr[0] & 0xff) != 0xff);
1021 assert((insns[0] & 0xff) == OP_INVOKE_VIRTUAL ||
1022 (insns[0] & 0xff) == OP_INVOKE_VIRTUAL_RANGE ||
1023 (insns[0] & 0xff) == OP_INVOKE_SUPER ||
1024 (insns[0] & 0xff) == OP_INVOKE_SUPER_RANGE);
1076 u1 origOp = insns[0] & 0xff;
1113 assert(insns[0] == ((u2) (OP_INVOKE_DIRECT_JUMBO << 8) | 0xff));
1225 assert((insns[0] & 0xff) == OP_INVOKE_DIRECT ||
1226 (insns[0] & 0xff) == OP_INVOKE_STATIC ||
1227 (insns[0] & 0xff) == OP_INVOKE_VIRTUAL);
1265 assert((insns[0] & 0xff) == OP_INVOKE_DIRECT_RANGE ||
1266 (insns[0] & 0xff) == OP_INVOKE_STATIC_RANGE ||
1267 (insns[0] & 0xff) == OP_INVOKE_VIRTUAL_RANGE);
1333 assert((insns[0] & 0xff) == OP_RETURN_VOID);