Home
last modified time | relevance | path

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

/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.cc410 static_assert(IsInstructionIPut(Instruction::IPUT_CHAR));
422 IGetMemAccessType(Instruction::IGET_CHAR) == IPutMemAccessType(Instruction::IPUT_CHAR));
475 case Instruction::IPUT_CHAR: in AnalyseMethodCode()
/art/tools/veridex/
Dhidden_api_finder.cc135 case Instruction::IPUT_CHAR: in CollectAccesses()
Dflow_analysis.cc587 case Instruction::IPUT_CHAR: in ProcessDexInstruction()
/art/runtime/
Dcommon_throws.cc501 case Instruction::IPUT_CHAR: in IsValidImplicitCheck()
609 case Instruction::IPUT_CHAR: in ThrowNullPointerExceptionFromDexPC()
/art/libdexfile/dex/
Ddex_instruction.cc290 case IPUT_CHAR: in DumpString()
Ddex_instruction_list.h116 …V(0x5E, IPUT_CHAR, "iput-char", k22c, kIndexFieldRef, kContinue | kThrow, kStore | kRegCFieldOrCon…
/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.h1157 HANDLER_ATTRIBUTES bool IPUT_CHAR() { in IPUT_CHAR() function
/art/runtime/dex/
Ddex_file_annotations.cc1444 case Instruction::IPUT_CHAR: in MethodContainsRSensitiveAccess()
/art/compiler/optimizing/
Dinstruction_builder.cc3606 case Instruction::IPUT_CHAR: in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc2787 case Instruction::IPUT_CHAR: in CodeFlowVerifyInstruction()