Searched refs:IPUT_BOOLEAN_QUICK (Results 1 – 8 of 8) sorted by relevance
/art/libdexfile/dex/ |
D | dex_instruction_utils.h | 122 (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()
|
D | dex_instruction_list.h | 257 …V(0xEB, IPUT_BOOLEAN_QUICK, "iput-boolean-quick", k22c, kIndexFieldOffset, kContinue | kThrow, kSt…
|
/art/runtime/ |
D | dex_to_dex_decompiler.cc | 145 case Instruction::IPUT_BOOLEAN_QUICK: in Decompile()
|
D | common_throws.cc | 523 case Instruction::IPUT_BOOLEAN_QUICK: in IsValidImplicitCheck() 666 case Instruction::IPUT_BOOLEAN_QUICK: in ThrowNullPointerExceptionFromDexPC()
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 255 IPUT_BOOLEAN_QUICK, enumConstant
|
D | Instruction.java | 559 addOpcodeInfo(Opcode.IPUT_BOOLEAN_QUICK, "+iput-boolean-quick", 0xeb, new Format22c()); in addOpcodeInfo() argument
|
/art/dex2oat/dex/ |
D | dex_to_dex_compiler.cc | 277 case Instruction::IPUT_BOOLEAN_QUICK: in Compile() 278 CompileInstanceFieldAccess(inst, dex_pc, Instruction::IPUT_BOOLEAN_QUICK, true); in Compile()
|
/art/runtime/dex/ |
D | dex_file_annotations.cc | 1403 case Instruction::IPUT_BOOLEAN_QUICK: in MethodContainsRSensitiveAccess()
|