Searched refs:IPUT_SHORT (Results 1 – 17 of 17) sorted by relevance
/aosp12/art/libdexfile/dex/ |
H A D | dex_instruction_utils.h | 92 return Instruction::IPUT <= code && code <= Instruction::IPUT_SHORT; in IsInstructionIPut() 112 return Instruction::IGET <= code && code <= Instruction::IPUT_SHORT; in IsInstructionIGetOrIPut()
|
H A D | dex_instruction.cc | 290 case IPUT_SHORT: in DumpString()
|
H A D | dex_instruction_list.h | 117 …V(0x5F, IPUT_SHORT, "iput-short", k22c, kIndexFieldRef, kContinue | kThrow, kStore | kRegCFieldOrC…
|
/aosp12/art/compiler/dex/ |
H A D | inline_method_analyser.h | 111 return Instruction::IPUT <= opcode && opcode <= Instruction::IPUT_SHORT; in IsInstructionIPut()
|
H A D | inline_method_analyser.cc | 416 static_assert(InlineMethodAnalyser::IsInstructionIPut(Instruction::IPUT_SHORT), "iput_short type"); 430 InlineMethodAnalyser::IPutVariant(Instruction::IPUT_SHORT), "iget/iput_short variant"); 501 case Instruction::IPUT_SHORT: in AnalyseMethodCode()
|
/aosp12/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
H A D | Opcode.java | 115 IPUT_SHORT, enumConstant
|
H A D | CodeItem.java | 182 } else if (Opcode.isBetween(opcode, Opcode.IGET, Opcode.IPUT_SHORT)) { in incrementIndex()
|
H A D | Instruction.java | 417 addOpcodeInfo(Opcode.IPUT_SHORT, "iput-short", 0x5f, new Format22c()); in addOpcodeInfo() argument
|
/aosp12/art/tools/veridex/ |
H A D | hidden_api_finder.cc | 136 case Instruction::IPUT_SHORT: { in CollectAccesses()
|
H A D | flow_analysis.cc | 588 case Instruction::IPUT_SHORT: { in ProcessDexInstruction()
|
/aosp12/art/runtime/ |
H A D | common_throws.cc | 504 case Instruction::IPUT_SHORT: { in IsValidImplicitCheck() 612 case Instruction::IPUT_SHORT: { in ThrowNullPointerExceptionFromDexPC()
|
/aosp12/art/tools/dexanalyze/ |
H A D | dexanalyze_bytecode.cc | 256 case Instruction::IPUT_SHORT: { in ProcessCodeItem()
|
H A D | dexanalyze_experiments.cc | 346 case Instruction::IPUT_SHORT: { in ProcessDexFile()
|
/aosp12/art/runtime/interpreter/ |
H A D | interpreter_switch_impl-inl.h | 984 HANDLER_ATTRIBUTES bool IPUT_SHORT() { in IPUT_SHORT() function
|
/aosp12/art/runtime/dex/ |
H A D | dex_file_annotations.cc | 1367 case Instruction::IPUT_SHORT: in MethodContainsRSensitiveAccess()
|
/aosp12/art/compiler/optimizing/ |
H A D | instruction_builder.cc | 3417 case Instruction::IPUT_SHORT: { in ProcessDexInstruction()
|
/aosp12/art/runtime/verifier/ |
H A D | method_verifier.cc | 2863 case Instruction::IPUT_SHORT: in CodeFlowVerifyInstruction()
|