Searched refs:IF_LE (Results 1 – 8 of 8) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | OppositeBranchChanger.java | 45 return Opcode.IF_LE; in getModifiedOpcode() 48 case IF_LE: in getModifiedOpcode()
|
D | RandomBranchChanger.java | 34 Opcode.IF_LE 54 if (Opcode.isBetween(opcode, Opcode.IF_EQ, Opcode.IF_LE)) { in getModifiedOpcode()
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 75 IF_LE, enumConstant
|
D | Instruction.java | 376 addOpcodeInfo(Opcode.IF_LE, "if-le", 0x37, new Format22t()); in addOpcodeInfo() argument
|
/art/libdexfile/dex/ |
D | dex_instruction_utils.h | 85 return Instruction::IF_EQ <= opcode && opcode <= Instruction::IF_LE; in IsInstructionIfCc()
|
D | dex_instruction_list.h | 77 …V(0x37, IF_LE, "if-le", k22t, kIndexNone, kContinue | kBranch, 0, kVerifyRegA | kVerifyRegB | kVer…
|
/art/runtime/verifier/ |
D | method_verifier.cc | 1425 case Instruction::IF_LE: in GetBranchOffset() 2648 case Instruction::IF_LE: { in CodeFlowVerifyInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1122 ALWAYS_INLINE void IF_LE() REQUIRES_SHARED(Locks::mutator_lock_) { in IF_LE() function
|