Searched refs:IF_LTZ (Results 1 – 7 of 7) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | OppositeBranchChanger.java | 54 case IF_LTZ: in getModifiedOpcode() 59 return Opcode.IF_LTZ; in getModifiedOpcode()
|
D | RandomBranchChanger.java | 40 Opcode.IF_LTZ,
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 78 IF_LTZ, enumConstant
|
D | Instruction.java | 379 addOpcodeInfo(Opcode.IF_LTZ, "if-ltz", 0x3a, new Format21t()); in addOpcodeInfo() argument
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 80 …V(0x3A, IF_LTZ, "if-ltz", k21t, kIndexNone, kContinue | kBranch, 0, kVerifyRegA | kVerifyBranchTar…
|
/art/runtime/verifier/ |
D | method_verifier.cc | 1428 case Instruction::IF_LTZ: in GetBranchOffset() 2775 case Instruction::IF_LTZ: in CodeFlowVerifyInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1159 ALWAYS_INLINE void IF_LTZ() REQUIRES_SHARED(Locks::mutator_lock_) { in IF_LTZ() function
|