Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java181 OR_LONG, enumConstant
DInstruction.java484 addOpcodeInfo(Opcode.OR_LONG, "or-long", 0xa1, new Format23x()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java216 longOpcodes.add(Opcode.OR_LONG);
/art/tools/veridex/
Dflow_analysis.cc457 case Instruction::OR_LONG: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h183 …V(0xA1, OR_LONG, "or-long", k23x, kIndexNone, kContinue, kOr, kVerifyRegAWide | kVerifyRegBWide | …
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1282 HANDLER_ATTRIBUTES bool OR_LONG() { in OR_LONG() function
/art/compiler/optimizing/
Dinstruction_builder.cc3055 case Instruction::OR_LONG: { in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc3288 case Instruction::OR_LONG: in CodeFlowVerifyInstruction()