Searched refs:IPUT_SHORT (Results 1 – 19 of 19) 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()
|
/art/runtime/ |
D | dex_to_dex_decompiler.cc | 158 DecompileInstanceFieldAccess(inst, Instruction::IPUT_SHORT); in Decompile()
|
D | common_throws.cc | 504 case Instruction::IPUT_SHORT: { in IsValidImplicitCheck() 658 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 | 133 case Instruction::IPUT_SHORT: { in CollectAccesses()
|
D | flow_analysis.cc | 565 case Instruction::IPUT_SHORT: { in ProcessDexInstruction()
|
/art/dex2oat/dex/ |
D | dex_to_dex_compiler.cc | 291 case Instruction::IPUT_SHORT: in Compile()
|
/art/tools/dexanalyze/ |
D | dexanalyze_experiments.cc | 346 case Instruction::IPUT_SHORT: { in ProcessDexFile()
|
D | dexanalyze_bytecode.cc | 256 case Instruction::IPUT_SHORT: { in ProcessCodeItem()
|
/art/runtime/dex/ |
D | dex_file_annotations.cc | 1408 case Instruction::IPUT_SHORT: in MethodContainsRSensitiveAccess()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2967 case Instruction::IPUT_SHORT: in ProcessDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1579 ALWAYS_INLINE void IPUT_SHORT() REQUIRES_SHARED(Locks::mutator_lock_) { in IPUT_SHORT() function
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2872 case Instruction::IPUT_SHORT: in CodeFlowVerifyInstruction()
|