Searched refs:IPUT_CHAR_QUICK (Results 1 – 11 of 11) sorted by relevance
/art/runtime/ |
D | dex_to_dex_decompiler.cc | 153 case Instruction::IPUT_CHAR_QUICK: in Decompile()
|
D | common_throws.cc | 525 case Instruction::IPUT_CHAR_QUICK: in IsValidImplicitCheck() 668 case Instruction::IPUT_CHAR_QUICK: in ThrowNullPointerExceptionFromDexPC()
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 257 IPUT_CHAR_QUICK, enumConstant
|
D | Instruction.java | 561 addOpcodeInfo(Opcode.IPUT_CHAR_QUICK, "+iput-char-quick", 0xed, new Format22c()); in addOpcodeInfo() argument
|
/art/libdexfile/dex/ |
D | dex_instruction_utils.h | 197 case Instruction::IGET_CHAR_QUICK: case Instruction::IPUT_CHAR_QUICK: in IGetQuickOrIPutQuickMemAccessType()
|
D | dex_instruction_list.h | 259 …V(0xED, IPUT_CHAR_QUICK, "iput-char-quick", k22c, kIndexFieldOffset, kContinue | kThrow, kStore | …
|
/art/dex2oat/dex/ |
D | dex_to_dex_compiler.cc | 287 case Instruction::IPUT_CHAR_QUICK: in Compile() 288 CompileInstanceFieldAccess(inst, dex_pc, Instruction::IPUT_CHAR_QUICK, true); in Compile()
|
/art/runtime/dex/ |
D | dex_file_annotations.cc | 1407 case Instruction::IPUT_CHAR_QUICK: in MethodContainsRSensitiveAccess()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2966 case Instruction::IPUT_CHAR_QUICK: in ProcessDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1621 ALWAYS_INLINE void IPUT_CHAR_QUICK() REQUIRES_SHARED(Locks::mutator_lock_) { in IPUT_CHAR_QUICK() function
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2869 case Instruction::IPUT_CHAR_QUICK: in CodeFlowVerifyInstruction()
|