Searched refs:OR_INT_LIT8 (Results 1 – 8 of 8) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 242 OR_INT_LIT8, enumConstant
|
D | Instruction.java | 545 addOpcodeInfo(Opcode.OR_INT_LIT8, "or-int/lit8", 0xde, new Format22b()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ArithOpChanger.java | 264 intLit8Opcodes.add(Opcode.OR_INT_LIT8);
|
/art/tools/veridex/ |
D | flow_analysis.cc | 491 case Instruction::OR_INT_LIT8: in ProcessDexInstruction()
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 244 …V(0xDE, OR_INT_LIT8, "or-int/lit8", k22b, kIndexNone, kContinue, kOr | kRegCFieldOrConstant, kVeri…
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1758 HANDLER_ATTRIBUTES bool OR_INT_LIT8() { in OR_INT_LIT8() function
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2828 case Instruction::OR_INT_LIT8: { in ProcessDexInstruction()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3422 case Instruction::OR_INT_LIT8: in CodeFlowVerifyInstruction()
|