Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java170 OR_INT, enumConstant
DInstruction.java473 addOpcodeInfo(Opcode.OR_INT, "or-int", 0x96, new Format23x()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java192 intOpcodes.add(Opcode.OR_INT);
/art/tools/veridex/
Dflow_analysis.cc433 case Instruction::OR_INT: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h172 …V(0x96, OR_INT, "or-int", k23x, kIndexNone, kContinue, kOr, kVerifyRegA | kVerifyRegB | kVerifyReg…
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1391 HANDLER_ATTRIBUTES bool OR_INT() { in OR_INT() function
/art/compiler/optimizing/
Dinstruction_builder.cc2609 case Instruction::OR_INT: { in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc3300 case Instruction::OR_INT: in CodeFlowVerifyInstruction()