Searched refs:IPUT_BOOLEAN_QUICK (Results 1 – 11 of 11) 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 | 525 case Instruction::IPUT_BOOLEAN_QUICK: in IsValidImplicitCheck() 674 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/interpreter/ |
D | interpreter_switch_impl-inl.h | 1107 HANDLER_ATTRIBUTES bool IPUT_BOOLEAN_QUICK() { in IPUT_BOOLEAN_QUICK() function
|
/art/runtime/dex/ |
D | dex_file_annotations.cc | 1403 case Instruction::IPUT_BOOLEAN_QUICK: in MethodContainsRSensitiveAccess()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2984 case Instruction::IPUT_BOOLEAN_QUICK: in ProcessDexInstruction()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2868 case Instruction::IPUT_BOOLEAN_QUICK: in CodeFlowVerifyInstruction()
|