Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java243 XOR_INT_LIT8, enumConstant
DInstruction.java546 addOpcodeInfo(Opcode.XOR_INT_LIT8, "xor-int/lit8", 0xdf, new Format22b()); in addOpcodeInfo() argument
/art/compiler/optimizing/
Dregister_allocator_test.cc348 Instruction::XOR_INT_LIT8 | 1 << 8, 1 << 8, in TEST_F()
349 Instruction::XOR_INT_LIT8 | 0 << 8, 1 << 8, in TEST_F()
350 Instruction::XOR_INT_LIT8 | 1 << 8, 1 << 8 | 1, in TEST_F()
Dinstruction_builder.cc2517 case Instruction::XOR_INT_LIT8: { in ProcessDexInstruction()
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java265 intLit8Opcodes.add(Opcode.XOR_INT_LIT8);
/art/runtime/
Ddex_instruction_list.h245 …V(0xDF, XOR_INT_LIT8, "xor-int/lit8", k22b, kIndexNone, kContinue, kXor | kRegCFieldOrConstant, kV…
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc2374 case Instruction::XOR_INT_LIT8: in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc3360 case Instruction::XOR_INT_LIT8: in CodeFlowVerifyInstruction()