Home
last modified time | relevance | path

Searched refs:SGET_OBJECT (Results 1 – 10 of 10) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DNonsenseStringPrinter.java129 streamLoadInsn.insn.info = Instruction.getOpcodeInfo(Opcode.SGET_OBJECT); in applyMutation()
DValuePrinter.java167 streamLoadInsn.insn.info = Instruction.getOpcodeInfo(Opcode.SGET_OBJECT); in applyMutation()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java118 SGET_OBJECT, enumConstant
DInstruction.java420 addOpcodeInfo(Opcode.SGET_OBJECT, "sget-object", 0x62, new Format21c()); in addOpcodeInfo() argument
/art/tools/veridex/
Dhidden_api_finder.cc158 case Instruction::SGET_OBJECT: in CollectAccesses()
Dflow_analysis.cc564 case Instruction::SGET_OBJECT: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction.cc232 case SGET_OBJECT: in DumpString()
Ddex_instruction_list.h120 …V(0x62, SGET_OBJECT, "sget-object", k21c, kIndexFieldRef, kContinue | kThrow, kLoad | kRegBFieldOr…
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc1447 case Instruction::SGET_OBJECT: { in ExecuteSwitchImplCpp()
/art/compiler/optimizing/
Dinstruction_builder.cc2843 case Instruction::SGET_OBJECT: in ProcessDexInstruction()