Searched refs:OR_LONG (Results 1 – 8 of 8) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 181 OR_LONG, enumConstant
|
D | Instruction.java | 484 addOpcodeInfo(Opcode.OR_LONG, "or-long", 0xa1, new Format23x()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ArithOpChanger.java | 216 longOpcodes.add(Opcode.OR_LONG);
|
/art/tools/veridex/ |
D | flow_analysis.cc | 434 case Instruction::OR_LONG: in ProcessDexInstruction()
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 183 …V(0xA1, OR_LONG, "or-long", k23x, kIndexNone, kContinue, kOr, kVerifyRegAWide | kVerifyRegBWide | …
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2592 case Instruction::OR_LONG: { in ProcessDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 2036 ALWAYS_INLINE void OR_LONG() REQUIRES_SHARED(Locks::mutator_lock_) { in OR_LONG() function
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3304 case Instruction::OR_LONG: in CodeFlowVerifyInstruction()
|