Searched refs:IF_EQZ (Results 1 – 10 of 10) 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 | 84 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/tools/dexanalyze/ |
D | dexanalyze_bytecode.cc | 426 case Instruction::IF_EQZ: in ProcessCodeItem()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 1473 case Instruction::IF_EQZ: in GetBranchOffset() 2664 case Instruction::IF_EQZ: in CodeFlowVerifyInstruction() 2728 if (inst->Opcode() == Instruction::IF_EQZ) { in CodeFlowVerifyInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 819 HANDLER_ATTRIBUTES bool IF_EQZ() { in IF_EQZ() function
|