Home
last modified time | relevance | path

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

/aosp12/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DOpcode.java213 OR_LONG_2ADDR, enumConstant
H A DInstruction.java516 addOpcodeInfo(Opcode.OR_LONG_2ADDR, "or-long/2addr", 0xc1, new Format12x()); in addOpcodeInfo() argument
/aosp12/art/tools/dexfuzz/src/dexfuzz/program/mutators/
H A DArithOpChanger.java228 long2addrOpcodes.add(Opcode.OR_LONG_2ADDR);
/aosp12/art/tools/veridex/
H A Dflow_analysis.cc493 case Instruction::OR_LONG_2ADDR: in ProcessDexInstruction()
/aosp12/art/libdexfile/dex/
H A Ddex_instruction_list.h215 …V(0xC1, OR_LONG_2ADDR, "or-long/2addr", k12x, kIndexNone, kContinue, kOr, kVerifyRegAWide | kVerif…
/aosp12/art/runtime/interpreter/
H A Dinterpreter_switch_impl-inl.h1438 HANDLER_ATTRIBUTES bool OR_LONG_2ADDR() { in OR_LONG_2ADDR() function
/aosp12/art/compiler/optimizing/
H A Dinstruction_builder.cc3214 case Instruction::OR_LONG_2ADDR: { in ProcessDexInstruction()
/aosp12/art/runtime/verifier/
H A Dmethod_verifier.cc3344 case Instruction::OR_LONG_2ADDR: in CodeFlowVerifyInstruction()