Home
last modified time | relevance | path

Searched refs:IPUT_SHORT_QUICK (Results 1 – 12 of 12) sorted by relevance

/art/runtime/
Ddex_to_dex_decompiler.cc157 case Instruction::IPUT_SHORT_QUICK: in Decompile()
Dcommon_throws.cc528 case Instruction::IPUT_SHORT_QUICK: in IsValidImplicitCheck()
677 case Instruction::IPUT_SHORT_QUICK: in ThrowNullPointerExceptionFromDexPC()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java258 IPUT_SHORT_QUICK, enumConstant
DInstruction.java562 addOpcodeInfo(Opcode.IPUT_SHORT_QUICK, "+iput-short-quick", 0xee, new Format22c()); in addOpcodeInfo() argument
/art/libdexfile/dex/
Ddex_instruction_utils.h199 case Instruction::IGET_SHORT_QUICK: case Instruction::IPUT_SHORT_QUICK: in IGetQuickOrIPutQuickMemAccessType()
Ddex_instruction_list.h260 …V(0xEE, IPUT_SHORT_QUICK, "iput-short-quick", k22c, kIndexFieldOffset, kContinue | kThrow, kStore …
/art/dex2oat/dex/
Ddex_to_dex_compiler.cc292 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/
DRandomInstructionGenerator.java139 || Opcode.isBetween(newOpcode, Opcode.IGET_QUICK, Opcode.IPUT_SHORT_QUICK) in generateMutation()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1119 HANDLER_ATTRIBUTES bool IPUT_SHORT_QUICK() { in IPUT_SHORT_QUICK() function
/art/runtime/dex/
Ddex_file_annotations.cc1388 case Instruction::IPUT_SHORT_QUICK: in MethodContainsRSensitiveAccess()
/art/compiler/optimizing/
Dinstruction_builder.cc3263 case Instruction::IPUT_SHORT_QUICK: { in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc2881 case Instruction::IPUT_SHORT_QUICK: in CodeFlowVerifyInstruction()