Home
last modified time | relevance | path

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

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