Home
last modified time | relevance | path

Searched refs:USHR_INT_LIT8 (Results 1 – 9 of 9) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java246 USHR_INT_LIT8, enumConstant
DInstruction.java549 addOpcodeInfo(Opcode.USHR_INT_LIT8, "ushr-int/lit8", 0xe2, new Format22b()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java152 if (Opcode.isBetween(opcode, Opcode.ADD_INT, Opcode.USHR_INT_LIT8)) { in isArithmeticOperation()
268 intLit8Opcodes.add(Opcode.USHR_INT_LIT8);
DValuePrinter.java240 || Opcode.isBetween(opcode, Opcode.ADD_INT_LIT16, Opcode.USHR_INT_LIT8)) { in getInstructionOutputType()
/art/tools/veridex/
Dflow_analysis.cc499 case Instruction::USHR_INT_LIT8: { in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h248 …V(0xE2, USHR_INT_LIT8, "ushr-int/lit8", k22b, kIndexNone, kContinue, kUshr | kRegCFieldOrConstant,…
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1778 HANDLER_ATTRIBUTES bool USHR_INT_LIT8() { in USHR_INT_LIT8() function
/art/compiler/optimizing/
Dinstruction_builder.cc2872 case Instruction::USHR_INT_LIT8: { in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc3417 case Instruction::USHR_INT_LIT8: in CodeFlowVerifyInstruction()