Home
last modified time | relevance | path

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

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