Home
last modified time | relevance | path

Searched refs:IPUT_CHAR (Results 1 – 13 of 13) sorted by relevance

/art/runtime/
Ddex_to_dex_decompiler.cc154 DecompileInstanceFieldAccess(inst, Instruction::IPUT_CHAR); in Decompile()
Dcommon_throws.cc503 case Instruction::IPUT_CHAR: in IsValidImplicitCheck()
657 case Instruction::IPUT_CHAR: in ThrowNullPointerExceptionFromDexPC()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java114 IPUT_CHAR, enumConstant
DInstruction.java416 addOpcodeInfo(Opcode.IPUT_CHAR, "iput-char", 0x5e, new Format22c()); in addOpcodeInfo() argument
/art/compiler/dex/
Dinline_method_analyser.cc415 static_assert(InlineMethodAnalyser::IsInstructionIPut(Instruction::IPUT_CHAR), "iput_char type");
428 InlineMethodAnalyser::IPutVariant(Instruction::IPUT_CHAR), "iget/iput_char variant");
500 case Instruction::IPUT_CHAR: in AnalyseMethodCode()
/art/tools/veridex/
Dhidden_api_finder.cc132 case Instruction::IPUT_CHAR: in CollectAccesses()
Dflow_analysis.cc564 case Instruction::IPUT_CHAR: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction.cc298 case IPUT_CHAR: in DumpString()
Ddex_instruction_list.h116 …V(0x5E, IPUT_CHAR, "iput-char", k22c, kIndexFieldRef, kContinue | kThrow, kStore | kRegCFieldOrCon…
/art/dex2oat/dex/
Ddex_to_dex_compiler.cc286 case Instruction::IPUT_CHAR: in Compile()
/art/tools/dexanalyze/
Ddexanalyze_bytecode.cc255 case Instruction::IPUT_CHAR: in ProcessCodeItem()
Ddexanalyze_experiments.cc345 case Instruction::IPUT_CHAR: in ProcessDexFile()
/art/runtime/dex/
Ddex_file_annotations.cc1406 case Instruction::IPUT_CHAR: in MethodContainsRSensitiveAccess()