Searched refs:AND_INT_LIT16 (Results 1 – 8 of 8) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 233 AND_INT_LIT16, enumConstant
|
D | Instruction.java | 536 addOpcodeInfo(Opcode.AND_INT_LIT16, "and-int/lit16", 0xd5, new Format22s()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ArithOpChanger.java | 275 intLit16Opcodes.add(Opcode.AND_INT_LIT16);
|
/art/tools/veridex/ |
D | flow_analysis.cc | 501 case Instruction::AND_INT_LIT16: in ProcessDexInstruction()
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 235 …V(0xD5, AND_INT_LIT16, "and-int/lit16", k22s, kIndexNone, kContinue, kAnd | kRegCFieldOrConstant, …
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1536 HANDLER_ATTRIBUTES bool AND_INT_LIT16() { in AND_INT_LIT16() function
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 3234 case Instruction::AND_INT_LIT16: { in ProcessDexInstruction()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3381 case Instruction::AND_INT_LIT16: in CodeFlowVerifyInstruction()
|