Home
last modified time | relevance | path

Searched refs:XOR_INT_LIT8 (Results 1 – 9 of 9) 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.cc356 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()
Dinstruction_builder.cc2833 case Instruction::XOR_INT_LIT8: { in ProcessDexInstruction()
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java265 intLit8Opcodes.add(Opcode.XOR_INT_LIT8);
/art/tools/veridex/
Dflow_analysis.cc492 case Instruction::XOR_INT_LIT8: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h245 …V(0xDF, XOR_INT_LIT8, "xor-int/lit8", k22b, kIndexNone, kContinue, kXor | kRegCFieldOrConstant, kV…
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1763 HANDLER_ATTRIBUTES bool XOR_INT_LIT8() { in XOR_INT_LIT8() function
/art/runtime/verifier/
Dmethod_verifier.cc3423 case Instruction::XOR_INT_LIT8: in CodeFlowVerifyInstruction()