Home
last modified time | relevance | path

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

/art/runtime/
Ddex_to_dex_decompiler.cc149 case Instruction::IPUT_BYTE_QUICK: in Decompile()
Dcommon_throws.cc526 case Instruction::IPUT_BYTE_QUICK: in IsValidImplicitCheck()
675 case Instruction::IPUT_BYTE_QUICK: in ThrowNullPointerExceptionFromDexPC()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java256 IPUT_BYTE_QUICK, enumConstant
DInstruction.java560 addOpcodeInfo(Opcode.IPUT_BYTE_QUICK, "+iput-byte-quick", 0xec, new Format22c()); in addOpcodeInfo() argument
/art/libdexfile/dex/
Ddex_instruction_utils.h195 case Instruction::IGET_BYTE_QUICK: case Instruction::IPUT_BYTE_QUICK: in IGetQuickOrIPutQuickMemAccessType()
Ddex_instruction_list.h258 …V(0xEC, IPUT_BYTE_QUICK, "iput-byte-quick", k22c, kIndexFieldOffset, kContinue | kThrow, kStore | …
/art/dex2oat/dex/
Ddex_to_dex_compiler.cc282 case Instruction::IPUT_BYTE_QUICK: in Compile()
283 CompileInstanceFieldAccess(inst, dex_pc, Instruction::IPUT_BYTE_QUICK, true); in Compile()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1111 HANDLER_ATTRIBUTES bool IPUT_BYTE_QUICK() { in IPUT_BYTE_QUICK() function
/art/runtime/dex/
Ddex_file_annotations.cc1384 case Instruction::IPUT_BYTE_QUICK: in MethodContainsRSensitiveAccess()
/art/compiler/optimizing/
Dinstruction_builder.cc3259 case Instruction::IPUT_BYTE_QUICK: in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc2873 case Instruction::IPUT_BYTE_QUICK: in CodeFlowVerifyInstruction()