Searched refs:IF_LT (Results 1 – 7 of 7) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | OppositeBranchChanger.java | 42 case IF_LT: in getModifiedOpcode() 47 return Opcode.IF_LT; in getModifiedOpcode()
|
D | RandomBranchChanger.java | 31 Opcode.IF_LT,
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 72 IF_LT, enumConstant
|
D | Instruction.java | 373 addOpcodeInfo(Opcode.IF_LT, "if-lt", 0x34, new Format22t()); in addOpcodeInfo() argument
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 74 …V(0x34, IF_LT, "if-lt", k22t, kIndexNone, kContinue | kBranch, 0, kVerifyRegA | kVerifyRegB | kVer…
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 803 HANDLER_ATTRIBUTES bool IF_LT() { in IF_LT() function
|
/art/runtime/verifier/ |
D | method_verifier.cc | 1469 case Instruction::IF_LT: in GetBranchOffset() 2652 case Instruction::IF_LT: in CodeFlowVerifyInstruction()
|