Home
last modified time | relevance | path

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

/aosp12/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DOpcode.java202 OR_INT_2ADDR, enumConstant
H A DInstruction.java505 addOpcodeInfo(Opcode.OR_INT_2ADDR, "or-int/2addr", 0xb6, new Format12x()); in addOpcodeInfo() argument
/aosp12/art/tools/dexfuzz/src/dexfuzz/program/mutators/
H A DArithOpChanger.java204 int2addrOpcodes.add(Opcode.OR_INT_2ADDR);
/aosp12/art/tools/veridex/
H A Dflow_analysis.cc492 case Instruction::OR_INT_2ADDR: in ProcessDexInstruction()
/aosp12/art/libdexfile/dex/
H A Ddex_instruction_list.h204 …V(0xB6, OR_INT_2ADDR, "or-int/2addr", k12x, kIndexNone, kContinue, kOr, kVerifyRegA | kVerifyRegB)…
/aosp12/art/runtime/interpreter/
H A Dinterpreter_switch_impl-inl.h1400 HANDLER_ATTRIBUTES bool OR_INT_2ADDR() { in OR_INT_2ADDR() function
/aosp12/art/compiler/optimizing/
H A Dinstruction_builder.cc3209 case Instruction::OR_INT_2ADDR: { in ProcessDexInstruction()
/aosp12/art/runtime/verifier/
H A Dmethod_verifier.cc3329 case Instruction::OR_INT_2ADDR: in CodeFlowVerifyInstruction()