Searched refs:XOR_INT_LIT8 (Results 1 – 9 of 9) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 243 XOR_INT_LIT8, enumConstant
|
D | Instruction.java | 546 addOpcodeInfo(Opcode.XOR_INT_LIT8, "xor-int/lit8", 0xdf, new Format22b()); in addOpcodeInfo() argument
|
/art/compiler/optimizing/ |
D | register_allocator_test.cc | 356 Instruction::XOR_INT_LIT8 | 1 << 8, 1 << 8, in TEST_F() 357 Instruction::XOR_INT_LIT8 | 0 << 8, 1 << 8, in TEST_F() 358 Instruction::XOR_INT_LIT8 | 1 << 8, 1 << 8 | 1, in TEST_F()
|
D | instruction_builder.cc | 2811 case Instruction::XOR_INT_LIT8: { in ProcessDexInstruction()
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ArithOpChanger.java | 265 intLit8Opcodes.add(Opcode.XOR_INT_LIT8);
|
/art/tools/veridex/ |
D | flow_analysis.cc | 492 case Instruction::XOR_INT_LIT8: in ProcessDexInstruction()
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 245 …V(0xDF, XOR_INT_LIT8, "xor-int/lit8", k22b, kIndexNone, kContinue, kXor | kRegCFieldOrConstant, kV…
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 2492 ALWAYS_INLINE void XOR_INT_LIT8() REQUIRES_SHARED(Locks::mutator_lock_) { in XOR_INT_LIT8() function
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3416 case Instruction::XOR_INT_LIT8: in CodeFlowVerifyInstruction()
|