Searched refs:IPUT_CHAR (Results 1 – 16 of 16) sorted by relevance
/art/runtime/ |
D | dex_to_dex_decompiler.cc | 154 DecompileInstanceFieldAccess(inst, Instruction::IPUT_CHAR); in Decompile()
|
D | common_throws.cc | 503 case Instruction::IPUT_CHAR: in IsValidImplicitCheck() 657 case Instruction::IPUT_CHAR: in ThrowNullPointerExceptionFromDexPC()
|
/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 | 415 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/ |
D | hidden_api_finder.cc | 132 case Instruction::IPUT_CHAR: in CollectAccesses()
|
D | flow_analysis.cc | 564 case Instruction::IPUT_CHAR: in ProcessDexInstruction()
|
/art/libdexfile/dex/ |
D | dex_instruction.cc | 298 case IPUT_CHAR: in DumpString()
|
D | dex_instruction_list.h | 116 …V(0x5E, IPUT_CHAR, "iput-char", k22c, kIndexFieldRef, kContinue | kThrow, kStore | kRegCFieldOrCon…
|
/art/dex2oat/dex/ |
D | dex_to_dex_compiler.cc | 286 case Instruction::IPUT_CHAR: in Compile()
|
/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/dex/ |
D | dex_file_annotations.cc | 1406 case Instruction::IPUT_CHAR: in MethodContainsRSensitiveAccess()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2965 case Instruction::IPUT_CHAR: in ProcessDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1573 ALWAYS_INLINE void IPUT_CHAR() REQUIRES_SHARED(Locks::mutator_lock_) { in IPUT_CHAR() function
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2868 case Instruction::IPUT_CHAR: in CodeFlowVerifyInstruction()
|