Searched refs:IPUT_CHAR (Results 1 – 14 of 14) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 114 IPUT_CHAR, enumConstant
|
D | Instruction.java | 416 addOpcodeInfo(Opcode.IPUT_CHAR, "iput-char", 0x5e, new Format22c()); in addOpcodeInfo() argument
|
/art/compiler/dex/ |
D | inline_method_analyser.cc | 410 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/ |
D | hidden_api_finder.cc | 135 case Instruction::IPUT_CHAR: in CollectAccesses()
|
D | flow_analysis.cc | 587 case Instruction::IPUT_CHAR: in ProcessDexInstruction()
|
/art/runtime/ |
D | common_throws.cc | 501 case Instruction::IPUT_CHAR: in IsValidImplicitCheck() 609 case Instruction::IPUT_CHAR: in ThrowNullPointerExceptionFromDexPC()
|
/art/libdexfile/dex/ |
D | dex_instruction.cc | 290 case IPUT_CHAR: in DumpString()
|
D | dex_instruction_list.h | 116 …V(0x5E, IPUT_CHAR, "iput-char", k22c, kIndexFieldRef, kContinue | kThrow, kStore | kRegCFieldOrCon…
|
/art/tools/dexanalyze/ |
D | dexanalyze_experiments.cc | 345 case Instruction::IPUT_CHAR: in ProcessDexFile()
|
D | dexanalyze_bytecode.cc | 255 case Instruction::IPUT_CHAR: in ProcessCodeItem()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1157 HANDLER_ATTRIBUTES bool IPUT_CHAR() { in IPUT_CHAR() function
|
/art/runtime/dex/ |
D | dex_file_annotations.cc | 1444 case Instruction::IPUT_CHAR: in MethodContainsRSensitiveAccess()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 3606 case Instruction::IPUT_CHAR: in ProcessDexInstruction()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2787 case Instruction::IPUT_CHAR: in CodeFlowVerifyInstruction()
|