Searched refs:SGET_OBJECT (Results 1 – 13 of 13) 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 | 140 case Instruction::SGET_OBJECT: in CollectAccesses()
|
D | flow_analysis.cc | 572 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/tools/dexanalyze/ |
D | dexanalyze_experiments.cc | 353 case Instruction::SGET_OBJECT: in ProcessDexFile()
|
D | dexanalyze_bytecode.cc | 312 case Instruction::SGET_OBJECT: in ProcessCodeItem()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2977 case Instruction::SGET_OBJECT: in ProcessDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1555 ALWAYS_INLINE void SGET_OBJECT() REQUIRES_SHARED(Locks::mutator_lock_) { in SGET_OBJECT() function
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2908 case Instruction::SGET_OBJECT: in CodeFlowVerifyInstruction()
|