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