Searched refs:SGET_OBJECT (Results 1 – 10 of 10) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | NonsenseStringPrinter.java | 129 streamLoadInsn.insn.info = Instruction.getOpcodeInfo(Opcode.SGET_OBJECT); in applyMutation()
|
D | ValuePrinter.java | 167 streamLoadInsn.insn.info = Instruction.getOpcodeInfo(Opcode.SGET_OBJECT); in applyMutation()
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 118 SGET_OBJECT, enumConstant
|
D | Instruction.java | 420 addOpcodeInfo(Opcode.SGET_OBJECT, "sget-object", 0x62, new Format21c()); in addOpcodeInfo() argument
|
/art/tools/veridex/ |
D | hidden_api_finder.cc | 158 case Instruction::SGET_OBJECT: in CollectAccesses()
|
D | flow_analysis.cc | 564 case Instruction::SGET_OBJECT: in ProcessDexInstruction()
|
/art/libdexfile/dex/ |
D | dex_instruction.cc | 232 case SGET_OBJECT: in DumpString()
|
D | dex_instruction_list.h | 120 …V(0x62, SGET_OBJECT, "sget-object", k21c, kIndexFieldRef, kContinue | kThrow, kLoad | kRegBFieldOr…
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 1447 case Instruction::SGET_OBJECT: { in ExecuteSwitchImplCpp()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2843 case Instruction::SGET_OBJECT: in ProcessDexInstruction()
|