Home
last modified time | relevance | path

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

/aosp12/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DOpcode.java114 IPUT_CHAR, enumConstant
H A DInstruction.java416 addOpcodeInfo(Opcode.IPUT_CHAR, "iput-char", 0x5e, new Format22c()); in addOpcodeInfo() argument
/aosp12/art/compiler/dex/
H A 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()
/aosp12/art/tools/veridex/
H A Dhidden_api_finder.cc135 case Instruction::IPUT_CHAR: in CollectAccesses()
H A Dflow_analysis.cc587 case Instruction::IPUT_CHAR: in ProcessDexInstruction()
/aosp12/art/runtime/
H A Dcommon_throws.cc503 case Instruction::IPUT_CHAR: in IsValidImplicitCheck()
611 case Instruction::IPUT_CHAR: in ThrowNullPointerExceptionFromDexPC()
/aosp12/art/libdexfile/dex/
H A Ddex_instruction.cc289 case IPUT_CHAR: in DumpString()
H A Ddex_instruction_list.h116 …V(0x5E, IPUT_CHAR, "iput-char", k22c, kIndexFieldRef, kContinue | kThrow, kStore | kRegCFieldOrCon…
/aosp12/art/tools/dexanalyze/
H A Ddexanalyze_bytecode.cc255 case Instruction::IPUT_CHAR: in ProcessCodeItem()
H A Ddexanalyze_experiments.cc345 case Instruction::IPUT_CHAR: in ProcessDexFile()
/aosp12/art/runtime/interpreter/
H A Dinterpreter_switch_impl-inl.h980 HANDLER_ATTRIBUTES bool IPUT_CHAR() { in IPUT_CHAR() function
/aosp12/art/runtime/dex/
H A Ddex_file_annotations.cc1366 case Instruction::IPUT_CHAR: in MethodContainsRSensitiveAccess()
/aosp12/art/compiler/optimizing/
H A Dinstruction_builder.cc3416 case Instruction::IPUT_CHAR: in ProcessDexInstruction()
/aosp12/art/runtime/verifier/
H A Dmethod_verifier.cc2860 case Instruction::IPUT_CHAR: in CodeFlowVerifyInstruction()