Home
last modified time | relevance | path

Searched refs:SGET_OBJECT (Results 1 – 13 of 13) 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.cc140 case Instruction::SGET_OBJECT: in CollectAccesses()
Dflow_analysis.cc572 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/tools/dexanalyze/
Ddexanalyze_experiments.cc353 case Instruction::SGET_OBJECT: in ProcessDexFile()
Ddexanalyze_bytecode.cc312 case Instruction::SGET_OBJECT: in ProcessCodeItem()
/art/compiler/optimizing/
Dinstruction_builder.cc2977 case Instruction::SGET_OBJECT: in ProcessDexInstruction()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1555 ALWAYS_INLINE void SGET_OBJECT() REQUIRES_SHARED(Locks::mutator_lock_) { in SGET_OBJECT() function
/art/runtime/verifier/
Dmethod_verifier.cc2908 case Instruction::SGET_OBJECT: in CodeFlowVerifyInstruction()