Searched refs:IF_GT (Results 1 – 7 of 7) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | OppositeBranchChanger.java | 44 case IF_GT: in getModifiedOpcode() 49 return Opcode.IF_GT; in getModifiedOpcode()
|
D | RandomBranchChanger.java | 33 Opcode.IF_GT,
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 74 IF_GT, enumConstant
|
D | Instruction.java | 375 addOpcodeInfo(Opcode.IF_GT, "if-gt", 0x36, new Format22t()); in addOpcodeInfo() argument
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 76 …V(0x36, IF_GT, "if-gt", k22t, kIndexNone, kContinue | kBranch, 0, kVerifyRegA | kVerifyRegB | kVer…
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 886 HANDLER_ATTRIBUTES bool IF_GT() { in IF_GT() function
|
/art/runtime/verifier/ |
D | method_verifier.cc | 1464 case Instruction::IF_GT: in GetBranchOffset() 2660 case Instruction::IF_GT: in CodeFlowVerifyInstruction()
|