Home
last modified time | relevance | path

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

/aosp12/art/tools/dexfuzz/src/dexfuzz/program/mutators/
H A DOppositeBranchChanger.java39 return Opcode.IF_NE; in getModifiedOpcode()
40 case IF_NE: in getModifiedOpcode()
H A DRandomBranchChanger.java30 Opcode.IF_NE,
/aosp12/art/compiler/optimizing/
H A Dsuspend_check_test.cc72 Instruction::IF_NE, 0xFFFF, in TEST_F()
H A Dregister_allocator_test.cc325 Instruction::IF_NE | 1 << 8 | 2 << 12, 3, in Loop3()
408 Instruction::IF_NE | 1 << 8 | 1 << 12, 3, in DeadPhi()
/aosp12/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DOpcode.java71 IF_NE, enumConstant
H A DInstruction.java372 addOpcodeInfo(Opcode.IF_NE, "if-ne", 0x33, new Format22t()); in addOpcodeInfo() argument
/aosp12/art/libdexfile/dex/
H A Ddex_instruction_list.h73 …V(0x33, IF_NE, "if-ne", k22t, kIndexNone, kContinue | kBranch, 0, kVerifyRegA | kVerifyRegB | kVer…
/aosp12/art/runtime/interpreter/
H A Dinterpreter_switch_impl-inl.h799 HANDLER_ATTRIBUTES bool IF_NE() { in IF_NE() function
/aosp12/art/runtime/verifier/
H A Dmethod_verifier.cc1468 case Instruction::IF_NE: in GetBranchOffset()
2635 case Instruction::IF_NE: { in CodeFlowVerifyInstruction()