Searched refs:OR_INT (Results 1 – 8 of 8) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 170 OR_INT, enumConstant
|
D | Instruction.java | 473 addOpcodeInfo(Opcode.OR_INT, "or-int", 0x96, new Format23x()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ArithOpChanger.java | 192 intOpcodes.add(Opcode.OR_INT);
|
/art/tools/veridex/ |
D | flow_analysis.cc | 456 case Instruction::OR_INT: in ProcessDexInstruction()
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 172 …V(0x96, OR_INT, "or-int", k23x, kIndexNone, kContinue, kOr, kVerifyRegA | kVerifyRegB | kVerifyReg…
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1244 HANDLER_ATTRIBUTES bool OR_INT() { in OR_INT() function
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 3050 case Instruction::OR_INT: { in ProcessDexInstruction()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3277 case Instruction::OR_INT: in CodeFlowVerifyInstruction()
|