Home
last modified time | relevance | path

Searched refs:IPUT_BOOLEAN_QUICK (Results 1 – 8 of 8) sorted by relevance

/art/libdexfile/dex/
Ddex_instruction_utils.h122 (code >= Instruction::IPUT_BOOLEAN_QUICK && code <= Instruction::IGET_SHORT_QUICK); in IsInstructionIGetQuickOrIPutQuick()
193 case Instruction::IGET_BOOLEAN_QUICK: case Instruction::IPUT_BOOLEAN_QUICK: in IGetQuickOrIPutQuickMemAccessType()
Ddex_instruction_list.h257 …V(0xEB, IPUT_BOOLEAN_QUICK, "iput-boolean-quick", k22c, kIndexFieldOffset, kContinue | kThrow, kSt…
/art/runtime/
Ddex_to_dex_decompiler.cc145 case Instruction::IPUT_BOOLEAN_QUICK: in Decompile()
Dcommon_throws.cc523 case Instruction::IPUT_BOOLEAN_QUICK: in IsValidImplicitCheck()
666 case Instruction::IPUT_BOOLEAN_QUICK: in ThrowNullPointerExceptionFromDexPC()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java255 IPUT_BOOLEAN_QUICK, enumConstant
DInstruction.java559 addOpcodeInfo(Opcode.IPUT_BOOLEAN_QUICK, "+iput-boolean-quick", 0xeb, new Format22c()); in addOpcodeInfo() argument
/art/dex2oat/dex/
Ddex_to_dex_compiler.cc277 case Instruction::IPUT_BOOLEAN_QUICK: in Compile()
278 CompileInstanceFieldAccess(inst, dex_pc, Instruction::IPUT_BOOLEAN_QUICK, true); in Compile()
/art/runtime/dex/
Ddex_file_annotations.cc1403 case Instruction::IPUT_BOOLEAN_QUICK: in MethodContainsRSensitiveAccess()