Home
last modified time | relevance | path

Searched refs:SPUT_CHAR (Results 1 – 11 of 11) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java128 SPUT_CHAR, enumConstant
DInstruction.java430 addOpcodeInfo(Opcode.SPUT_CHAR, "sput-char", 0x6c, new Format21c()); in addOpcodeInfo() argument
/art/tools/veridex/
Dhidden_api_finder.cc150 case Instruction::SPUT_CHAR: in CollectAccesses()
Dflow_analysis.cc592 case Instruction::SPUT_CHAR: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction.cc249 case SPUT_CHAR: in DumpString()
Ddex_instruction_list.h130 …V(0x6C, SPUT_CHAR, "sput-char", k21c, kIndexFieldRef, kContinue | kThrow, kStore | kRegBFieldOrCon…
/art/tools/dexanalyze/
Ddexanalyze_bytecode.cc322 case Instruction::SPUT_CHAR: in ProcessCodeItem()
Ddexanalyze_experiments.cc366 case Instruction::SPUT_CHAR: in ProcessDexFile()
/art/compiler/optimizing/
Dinstruction_builder.cc1234 case Instruction::SPUT_CHAR: in HasTrivialClinit()
3013 case Instruction::SPUT_CHAR: in ProcessDexInstruction()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1139 HANDLER_ATTRIBUTES bool SPUT_CHAR() { in SPUT_CHAR() function
/art/runtime/verifier/
Dmethod_verifier.cc2926 case Instruction::SPUT_CHAR: in CodeFlowVerifyInstruction()