Home
last modified time | relevance | path

Searched refs:IPUT_CHAR_QUICK (Results 1 – 11 of 11) sorted by relevance

/art/runtime/
Ddex_to_dex_decompiler.cc153 case Instruction::IPUT_CHAR_QUICK: in Decompile()
Dcommon_throws.cc527 case Instruction::IPUT_CHAR_QUICK: in IsValidImplicitCheck()
676 case Instruction::IPUT_CHAR_QUICK: in ThrowNullPointerExceptionFromDexPC()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java257 IPUT_CHAR_QUICK, enumConstant
DInstruction.java561 addOpcodeInfo(Opcode.IPUT_CHAR_QUICK, "+iput-char-quick", 0xed, new Format22c()); in addOpcodeInfo() argument
/art/libdexfile/dex/
Ddex_instruction_utils.h197 case Instruction::IGET_CHAR_QUICK: case Instruction::IPUT_CHAR_QUICK: in IGetQuickOrIPutQuickMemAccessType()
Ddex_instruction_list.h259 …V(0xED, IPUT_CHAR_QUICK, "iput-char-quick", k22c, kIndexFieldOffset, kContinue | kThrow, kStore | …
/art/dex2oat/dex/
Ddex_to_dex_compiler.cc287 case Instruction::IPUT_CHAR_QUICK: in Compile()
288 CompileInstanceFieldAccess(inst, dex_pc, Instruction::IPUT_CHAR_QUICK, true); in Compile()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1115 HANDLER_ATTRIBUTES bool IPUT_CHAR_QUICK() { in IPUT_CHAR_QUICK() function
/art/runtime/dex/
Ddex_file_annotations.cc1386 case Instruction::IPUT_CHAR_QUICK: in MethodContainsRSensitiveAccess()
/art/compiler/optimizing/
Dinstruction_builder.cc3261 case Instruction::IPUT_CHAR_QUICK: in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc2877 case Instruction::IPUT_CHAR_QUICK: in CodeFlowVerifyInstruction()