Searched refs:IF_NEZ (Results 1 – 9 of 9) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | OppositeBranchChanger.java | 51 return Opcode.IF_NEZ; in getModifiedOpcode() 52 case IF_NEZ: in getModifiedOpcode()
|
D | RandomBranchChanger.java | 39 Opcode.IF_NEZ,
|
/art/compiler/optimizing/ |
D | suspend_check_test.cc | 90 Instruction::IF_NEZ, 0xFFFF, in TEST_F()
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 77 IF_NEZ, enumConstant
|
D | Instruction.java | 378 addOpcodeInfo(Opcode.IF_NEZ, "if-nez", 0x39, new Format21t()); in addOpcodeInfo() argument
|
/art/tools/dexanalyze/ |
D | dexanalyze_bytecode.cc | 427 case Instruction::IF_NEZ: { in ProcessCodeItem()
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 79 …V(0x39, IF_NEZ, "if-nez", k21t, kIndexNone, kContinue | kBranch, 0, kVerifyRegA | kVerifyBranchTar…
|
/art/runtime/verifier/ |
D | method_verifier.cc | 1427 case Instruction::IF_NEZ: in GetBranchOffset() 2658 case Instruction::IF_NEZ: { in CodeFlowVerifyInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1147 ALWAYS_INLINE void IF_NEZ() REQUIRES_SHARED(Locks::mutator_lock_) { in IF_NEZ() function
|