Searched refs:IF_EQZ (Results 1 – 8 of 8) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | RandomBranchChanger.java | 38 Opcode.IF_EQZ, 58 } else if (Opcode.isBetween(opcode, Opcode.IF_EQZ, Opcode.IF_LEZ)) { in getModifiedOpcode() 59 int index = opcode.ordinal() - Opcode.IF_EQZ.ordinal(); in getModifiedOpcode()
|
D | OppositeBranchChanger.java | 50 case IF_EQZ: in getModifiedOpcode() 53 return Opcode.IF_EQZ; in getModifiedOpcode()
|
/art/compiler/optimizing/ |
D | suspend_check_test.cc | 81 Instruction::IF_EQZ, 0xFFFF, in TEST_F()
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 76 IF_EQZ, enumConstant
|
D | Instruction.java | 377 addOpcodeInfo(Opcode.IF_EQZ, "if-eqz", 0x38, new Format21t()); in addOpcodeInfo() argument
|
/art/libdexfile/dex/ |
D | dex_instruction_utils.h | 89 return Instruction::IF_EQZ <= opcode && opcode <= Instruction::IF_LEZ; in IsInstructionIfCcZ()
|
D | dex_instruction_list.h | 78 …V(0x38, IF_EQZ, "if-eqz", k21t, kIndexNone, kContinue | kBranch, 0, kVerifyRegA | kVerifyBranchTar…
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 973 case Instruction::IF_EQZ: { in ExecuteSwitchImplCpp()
|