Home
last modified time | relevance | path

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

/aosp12/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DOpcode.java233 AND_INT_LIT16, enumConstant
H A DInstruction.java536 addOpcodeInfo(Opcode.AND_INT_LIT16, "and-int/lit16", 0xd5, new Format22s()); in addOpcodeInfo() argument
/aosp12/art/tools/dexfuzz/src/dexfuzz/program/mutators/
H A DArithOpChanger.java275 intLit16Opcodes.add(Opcode.AND_INT_LIT16);
/aosp12/art/tools/veridex/
H A Dflow_analysis.cc501 case Instruction::AND_INT_LIT16: in ProcessDexInstruction()
/aosp12/art/libdexfile/dex/
H A Ddex_instruction_list.h235 …V(0xD5, AND_INT_LIT16, "and-int/lit16", k22s, kIndexNone, kContinue, kAnd | kRegCFieldOrConstant, …
/aosp12/art/runtime/interpreter/
H A Dinterpreter_switch_impl-inl.h1536 HANDLER_ATTRIBUTES bool AND_INT_LIT16() { in AND_INT_LIT16() function
/aosp12/art/compiler/optimizing/
H A Dinstruction_builder.cc3234 case Instruction::AND_INT_LIT16: { in ProcessDexInstruction()
/aosp12/art/runtime/verifier/
H A Dmethod_verifier.cc3381 case Instruction::AND_INT_LIT16: in CodeFlowVerifyInstruction()