Home
last modified time | relevance | path

Searched refs:IF_LE (Results 1 – 8 of 8) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DOppositeBranchChanger.java45 return Opcode.IF_LE; in getModifiedOpcode()
48 case IF_LE: in getModifiedOpcode()
DRandomBranchChanger.java34 Opcode.IF_LE
54 if (Opcode.isBetween(opcode, Opcode.IF_EQ, Opcode.IF_LE)) { in getModifiedOpcode()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java75 IF_LE, enumConstant
DInstruction.java376 addOpcodeInfo(Opcode.IF_LE, "if-le", 0x37, new Format22t()); in addOpcodeInfo() argument
/art/libdexfile/dex/
Ddex_instruction_utils.h85 return Instruction::IF_EQ <= opcode && opcode <= Instruction::IF_LE; in IsInstructionIfCc()
Ddex_instruction_list.h77 …V(0x37, IF_LE, "if-le", k22t, kIndexNone, kContinue | kBranch, 0, kVerifyRegA | kVerifyRegB | kVer…
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h890 HANDLER_ATTRIBUTES bool IF_LE() { in IF_LE() function
/art/runtime/verifier/
Dmethod_verifier.cc1466 case Instruction::IF_LE: in GetBranchOffset()
2662 case Instruction::IF_LE: { in CodeFlowVerifyInstruction()