Searched refs:IPUT_BYTE_QUICK (Results 1 – 10 of 10) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 256 IPUT_BYTE_QUICK, enumConstant
|
D | Instruction.java | 560 addOpcodeInfo(Opcode.IPUT_BYTE_QUICK, "+iput-byte-quick", 0xec, new Format22c()); in addOpcodeInfo() argument
|
/art/runtime/ |
D | dex_to_dex_decompiler.cc | 156 case Instruction::IPUT_BYTE_QUICK: in Decompile()
|
D | dex_instruction_utils.h | 195 case Instruction::IGET_BYTE_QUICK: case Instruction::IPUT_BYTE_QUICK: in IGetQuickOrIPutQuickMemAccessType()
|
D | common_throws.cc | 502 case Instruction::IPUT_BYTE_QUICK: in IsValidImplicitCheck() 647 case Instruction::IPUT_BYTE_QUICK: in ThrowNullPointerExceptionFromDexPC()
|
D | dex_instruction_list.h | 258 …V(0xEC, IPUT_BYTE_QUICK, "iput-byte-quick", k22c, kIndexFieldOffset, kContinue | kThrow | kStore |…
|
/art/compiler/dex/ |
D | dex_to_dex_compiler.cc | 166 CompileInstanceFieldAccess(inst, dex_pc, Instruction::IPUT_BYTE_QUICK, true); in Compile()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 1369 case Instruction::IPUT_BYTE_QUICK: { in ExecuteSwitchImpl()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2621 case Instruction::IPUT_BYTE_QUICK: in ProcessDexInstruction()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3428 case Instruction::IPUT_BYTE_QUICK: in CodeFlowVerifyInstruction()
|