Searched refs:IPUT_SHORT (Results 1 – 14 of 14) sorted by relevance
/art/runtime/ |
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_to_dex_decompiler.cc | 165 DecompileInstanceFieldAccess(inst, dex_pc, Instruction::IPUT_SHORT); in Decompile()
|
D | common_throws.cc | 483 case Instruction::IPUT_SHORT: { in IsValidImplicitCheck() 639 case Instruction::IPUT_SHORT: { in ThrowNullPointerExceptionFromDexPC()
|
D | dex_instruction.cc | 290 case IPUT_SHORT: in DumpString()
|
D | dex_instruction_list.h | 117 …V(0x5F, IPUT_SHORT, "iput-short", k22c, kIndexFieldRef, kContinue | kThrow | kStore | kRegCFieldOr…
|
/art/compiler/dex/ |
D | inline_method_analyser.h | 109 return Instruction::IPUT <= opcode && opcode <= Instruction::IPUT_SHORT; in IsInstructionIPut()
|
D | inline_method_analyser.cc | 414 static_assert(InlineMethodAnalyser::IsInstructionIPut(Instruction::IPUT_SHORT), "iput_short type"); 428 InlineMethodAnalyser::IPutVariant(Instruction::IPUT_SHORT), "iget/iput_short variant"); 497 case Instruction::IPUT_SHORT: in AnalyseMethodCode()
|
D | dex_to_dex_compiler.cc | 173 case Instruction::IPUT_SHORT: in Compile()
|
/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/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 1327 case Instruction::IPUT_SHORT: { in ExecuteSwitchImpl()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2624 case Instruction::IPUT_SHORT: in ProcessDexInstruction()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2831 case Instruction::IPUT_SHORT: in CodeFlowVerifyInstruction()
|