Searched refs:IF_GTZ (Results 1 – 7 of 7) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | OppositeBranchChanger.java | 56 case IF_GTZ: in getModifiedOpcode() 61 return Opcode.IF_GTZ; in getModifiedOpcode()
|
D | RandomBranchChanger.java | 42 Opcode.IF_GTZ,
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 80 IF_GTZ, enumConstant
|
D | Instruction.java | 381 addOpcodeInfo(Opcode.IF_GTZ, "if-gtz", 0x3c, new Format21t()); in addOpcodeInfo() argument
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 82 …V(0x3C, IF_GTZ, "if-gtz", k21t, kIndexNone, kContinue | kBranch, 0, kVerifyRegA | kVerifyBranchTar…
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 835 HANDLER_ATTRIBUTES bool IF_GTZ() { in IF_GTZ() function
|
/art/runtime/verifier/ |
D | method_verifier.cc | 1477 case Instruction::IF_GTZ: in GetBranchOffset() 2778 case Instruction::IF_GTZ: in CodeFlowVerifyInstruction()
|