Home
last modified time | relevance | path

Searched refs:IF_NEZ (Results 1 – 9 of 9) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DOppositeBranchChanger.java51 return Opcode.IF_NEZ; in getModifiedOpcode()
52 case IF_NEZ: in getModifiedOpcode()
DRandomBranchChanger.java39 Opcode.IF_NEZ,
/art/compiler/optimizing/
Dsuspend_check_test.cc90 Instruction::IF_NEZ, 0xFFFF, in TEST_F()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java77 IF_NEZ, enumConstant
DInstruction.java378 addOpcodeInfo(Opcode.IF_NEZ, "if-nez", 0x39, new Format21t()); in addOpcodeInfo() argument
/art/tools/dexanalyze/
Ddexanalyze_bytecode.cc427 case Instruction::IF_NEZ: { in ProcessCodeItem()
/art/libdexfile/dex/
Ddex_instruction_list.h79 …V(0x39, IF_NEZ, "if-nez", k21t, kIndexNone, kContinue | kBranch, 0, kVerifyRegA | kVerifyBranchTar…
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h898 HANDLER_ATTRIBUTES bool IF_NEZ() { in IF_NEZ() function
/art/runtime/verifier/
Dmethod_verifier.cc1468 case Instruction::IF_NEZ: in GetBranchOffset()
2672 case Instruction::IF_NEZ: { in CodeFlowVerifyInstruction()