Searched refs:IPUT_SHORT_QUICK (Results 1 – 12 of 12) sorted by relevance
/art/runtime/ |
D | dex_to_dex_decompiler.cc | 157 case Instruction::IPUT_SHORT_QUICK: in Decompile()
|
D | common_throws.cc | 526 case Instruction::IPUT_SHORT_QUICK: in IsValidImplicitCheck() 669 case Instruction::IPUT_SHORT_QUICK: in ThrowNullPointerExceptionFromDexPC()
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 258 IPUT_SHORT_QUICK, enumConstant
|
D | Instruction.java | 562 addOpcodeInfo(Opcode.IPUT_SHORT_QUICK, "+iput-short-quick", 0xee, new Format22c()); in addOpcodeInfo() argument
|
/art/libdexfile/dex/ |
D | dex_instruction_utils.h | 199 case Instruction::IGET_SHORT_QUICK: case Instruction::IPUT_SHORT_QUICK: in IGetQuickOrIPutQuickMemAccessType()
|
D | dex_instruction_list.h | 260 …V(0xEE, IPUT_SHORT_QUICK, "iput-short-quick", k22c, kIndexFieldOffset, kContinue | kThrow, kStore …
|
/art/dex2oat/dex/ |
D | dex_to_dex_compiler.cc | 292 case Instruction::IPUT_SHORT_QUICK: in Compile() 293 CompileInstanceFieldAccess(inst, dex_pc, Instruction::IPUT_SHORT_QUICK, true); in Compile()
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | RandomInstructionGenerator.java | 139 || Opcode.isBetween(newOpcode, Opcode.IGET_QUICK, Opcode.IPUT_SHORT_QUICK) in generateMutation()
|
/art/runtime/dex/ |
D | dex_file_annotations.cc | 1409 case Instruction::IPUT_SHORT_QUICK: in MethodContainsRSensitiveAccess()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2968 case Instruction::IPUT_SHORT_QUICK: { in ProcessDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1627 ALWAYS_INLINE void IPUT_SHORT_QUICK() REQUIRES_SHARED(Locks::mutator_lock_) { in IPUT_SHORT_QUICK() function
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2873 case Instruction::IPUT_SHORT_QUICK: in CodeFlowVerifyInstruction()
|