Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java235 XOR_INT_LIT16, enumConstant
DInstruction.java538 addOpcodeInfo(Opcode.XOR_INT_LIT16, "xor-int/lit16", 0xd7, new Format22s()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java277 intLit16Opcodes.add(Opcode.XOR_INT_LIT16);
/art/tools/veridex/
Dflow_analysis.cc480 case Instruction::XOR_INT_LIT16: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h237 …V(0xD7, XOR_INT_LIT16, "xor-int/lit16", k22s, kIndexNone, kContinue, kXor | kRegCFieldOrConstant, …
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1725 HANDLER_ATTRIBUTES bool XOR_INT_LIT16() { in XOR_INT_LIT16() function
/art/compiler/optimizing/
Dinstruction_builder.cc3076 case Instruction::XOR_INT_LIT16: { in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc3407 case Instruction::XOR_INT_LIT16: in CodeFlowVerifyInstruction()