Home
last modified time | relevance | path

Searched refs:IPUT_BOOLEAN_QUICK (Results 1 – 11 of 11) 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.cc525 case Instruction::IPUT_BOOLEAN_QUICK: in IsValidImplicitCheck()
674 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/interpreter/
Dinterpreter_switch_impl-inl.h1107 HANDLER_ATTRIBUTES bool IPUT_BOOLEAN_QUICK() { in IPUT_BOOLEAN_QUICK() function
/art/runtime/dex/
Ddex_file_annotations.cc1382 case Instruction::IPUT_BOOLEAN_QUICK: in MethodContainsRSensitiveAccess()
/art/compiler/optimizing/
Dinstruction_builder.cc3257 case Instruction::IPUT_BOOLEAN_QUICK: in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc2869 case Instruction::IPUT_BOOLEAN_QUICK: in CodeFlowVerifyInstruction()