Home
last modified time | relevance | path

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

/aosp12/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DOpcode.java234 OR_INT_LIT16, enumConstant
H A DInstruction.java537 addOpcodeInfo(Opcode.OR_INT_LIT16, "or-int/lit16", 0xd6, new Format22s()); in addOpcodeInfo() argument
/aosp12/art/tools/dexfuzz/src/dexfuzz/program/mutators/
H A DArithOpChanger.java276 intLit16Opcodes.add(Opcode.OR_INT_LIT16);
/aosp12/art/tools/veridex/
H A Dflow_analysis.cc502 case Instruction::OR_INT_LIT16: in ProcessDexInstruction()
/aosp12/art/libdexfile/dex/
H A Ddex_instruction_list.h236 …V(0xD6, OR_INT_LIT16, "or-int/lit16", k22s, kIndexNone, kContinue, kOr | kRegCFieldOrConstant, kVe…
/aosp12/art/runtime/interpreter/
H A Dinterpreter_switch_impl-inl.h1541 HANDLER_ATTRIBUTES bool OR_INT_LIT16() { in OR_INT_LIT16() function
/aosp12/art/compiler/optimizing/
H A Dinstruction_builder.cc3239 case Instruction::OR_INT_LIT16: { in ProcessDexInstruction()
/aosp12/art/runtime/verifier/
H A Dmethod_verifier.cc3382 case Instruction::OR_INT_LIT16: in CodeFlowVerifyInstruction()