Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java171 XOR_INT, enumConstant
DInstruction.java474 addOpcodeInfo(Opcode.XOR_INT, "xor-int", 0x97, new Format23x()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java193 intOpcodes.add(Opcode.XOR_INT);
/art/tools/veridex/
Dflow_analysis.cc435 case Instruction::XOR_INT: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h173 …V(0x97, XOR_INT, "xor-int", k23x, kIndexNone, kContinue, kXor, kVerifyRegA | kVerifyRegB | kVerify…
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1396 HANDLER_ATTRIBUTES bool XOR_INT() { in XOR_INT() function
/art/compiler/optimizing/
Dinstruction_builder.cc2892 case Instruction::XOR_INT: { in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc3302 case Instruction::XOR_INT: in CodeFlowVerifyInstruction()