Home
last modified time | relevance | path

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

/art/runtime/
Ddex_to_dex_decompiler.cc154 DecompileInstanceFieldAccess(inst, Instruction::IPUT_CHAR); in Decompile()
Dcommon_throws.cc505 case Instruction::IPUT_CHAR: in IsValidImplicitCheck()
665 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.cc128 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_experiments.cc345 case Instruction::IPUT_CHAR: in ProcessDexFile()
Ddexanalyze_bytecode.cc255 case Instruction::IPUT_CHAR: in ProcessCodeItem()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1083 HANDLER_ATTRIBUTES bool IPUT_CHAR() { in IPUT_CHAR() function
/art/runtime/dex/
Ddex_file_annotations.cc1385 case Instruction::IPUT_CHAR: in MethodContainsRSensitiveAccess()
/art/compiler/optimizing/
Dinstruction_builder.cc3260 case Instruction::IPUT_CHAR: in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc2876 case Instruction::IPUT_CHAR: in CodeFlowVerifyInstruction()