Searched refs:IPUT_SHORT_QUICK (Results 1 – 11 of 11) sorted by relevance
/art/runtime/ |
D | dex_to_dex_decompiler.cc | 157 case Instruction::IPUT_SHORT_QUICK: in Decompile()
|
D | common_throws.cc | 528 case Instruction::IPUT_SHORT_QUICK: in IsValidImplicitCheck() 677 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/interpreter/ |
D | interpreter_switch_impl-inl.h | 1119 HANDLER_ATTRIBUTES bool IPUT_SHORT_QUICK() { in IPUT_SHORT_QUICK() function
|
/art/runtime/dex/ |
D | dex_file_annotations.cc | 1409 case Instruction::IPUT_SHORT_QUICK: in MethodContainsRSensitiveAccess()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2990 case Instruction::IPUT_SHORT_QUICK: { in ProcessDexInstruction()
|