Home | History | Annotate | Download | only in dex

Lines Matching full:if_lt

303         case Instruction::IF_LT:
526 case Instruction::IF_LT: opcode = Instruction::IF_GE; break;
527 case Instruction::IF_GE: opcode = Instruction::IF_LT; break;