Home
last modified time | relevance | path

Searched refs:OR_INT_LIT16 (Results 1 – 8 of 8) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java234 OR_INT_LIT16, enumConstant
DInstruction.java537 addOpcodeInfo(Opcode.OR_INT_LIT16, "or-int/lit16", 0xd6, new Format22s()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java276 intLit16Opcodes.add(Opcode.OR_INT_LIT16);
/art/tools/veridex/
Dflow_analysis.cc479 case Instruction::OR_INT_LIT16: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h236 …V(0xD6, OR_INT_LIT16, "or-int/lit16", k22s, kIndexNone, kContinue, kOr | kRegCFieldOrConstant, kVe…
/art/compiler/optimizing/
Dinstruction_builder.cc2776 case Instruction::OR_INT_LIT16: { in ProcessDexInstruction()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h2434 ALWAYS_INLINE void OR_INT_LIT16() REQUIRES_SHARED(Locks::mutator_lock_) { in OR_INT_LIT16() function
/art/runtime/verifier/
Dmethod_verifier.cc3398 case Instruction::OR_INT_LIT16: in CodeFlowVerifyInstruction()