Searched refs:IPUT_SHORT (Results 1 – 15 of 15) sorted by relevance
/art/libdexfile/dex/ |
D | dex_instruction_utils.h | 97 return Instruction::IPUT <= code && code <= Instruction::IPUT_SHORT; in IsInstructionIPut() 117 return Instruction::IGET <= code && code <= Instruction::IPUT_SHORT; in IsInstructionIGetOrIPut()
|
D | dex_instruction.cc | 299 case IPUT_SHORT: in DumpString()
|
D | dex_instruction_list.h | 117 …V(0x5F, IPUT_SHORT, "iput-short", k22c, kIndexFieldRef, kContinue | kThrow, kStore | kRegCFieldOrC…
|
/art/compiler/dex/ |
D | inline_method_analyser.h | 111 return Instruction::IPUT <= opcode && opcode <= Instruction::IPUT_SHORT; in IsInstructionIPut()
|
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()
|
D | dex_to_dex_compiler.cc | 289 case Instruction::IPUT_SHORT: in Compile()
|
/art/runtime/ |
D | dex_to_dex_decompiler.cc | 158 DecompileInstanceFieldAccess(inst, Instruction::IPUT_SHORT); in Decompile()
|
D | common_throws.cc | 507 case Instruction::IPUT_SHORT: { in IsValidImplicitCheck() 661 case Instruction::IPUT_SHORT: { in ThrowNullPointerExceptionFromDexPC()
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 115 IPUT_SHORT, enumConstant
|
D | CodeItem.java | 182 } else if (Opcode.isBetween(opcode, Opcode.IGET, Opcode.IPUT_SHORT)) { in incrementIndex()
|
D | Instruction.java | 417 addOpcodeInfo(Opcode.IPUT_SHORT, "iput-short", 0x5f, new Format22c()); in addOpcodeInfo() argument
|
/art/tools/veridex/ |
D | hidden_api_finder.cc | 150 case Instruction::IPUT_SHORT: { in CollectAccesses()
|
D | flow_analysis.cc | 557 case Instruction::IPUT_SHORT: { in ProcessDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 1475 case Instruction::IPUT_SHORT: { in ExecuteSwitchImplCpp()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2833 case Instruction::IPUT_SHORT: in ProcessDexInstruction()
|