Searched refs:IGET_QUICK (Results 1 – 13 of 13) sorted by relevance
/art/libdexfile/dex/ |
D | dex_instruction_utils.h | 121 return (code >= Instruction::IGET_QUICK && code <= Instruction::IPUT_OBJECT_QUICK) || in IsInstructionIGetQuickOrIPutQuick() 187 case Instruction::IGET_QUICK: case Instruction::IPUT_QUICK: in IGetQuickOrIPutQuickMemAccessType()
|
D | dex_instruction.cc | 284 case IGET_QUICK: in DumpString()
|
D | dex_instruction_list.h | 249 …V(0xE3, IGET_QUICK, "iget-quick", k22c, kIndexFieldOffset, kContinue | kThrow, kLoad | kRegCFieldO…
|
/art/runtime/ |
D | dex_to_dex_decompiler.cc | 113 case Instruction::IGET_QUICK: in Decompile()
|
D | common_throws.cc | 516 case Instruction::IGET_QUICK: in IsValidImplicitCheck() 636 case Instruction::IGET_QUICK: in ThrowNullPointerExceptionFromDexPC()
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 247 IGET_QUICK, enumConstant
|
D | Instruction.java | 550 addOpcodeInfo(Opcode.IGET_QUICK, "+iget-quick", 0xe3, new Format22c()); in addOpcodeInfo() argument
|
/art/dex2oat/dex/ |
D | dex_to_dex_compiler.cc | 237 case Instruction::IGET_QUICK: in Compile() 238 CompileInstanceFieldAccess(inst, dex_pc, Instruction::IGET_QUICK, false); in Compile()
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | RandomInstructionGenerator.java | 139 || Opcode.isBetween(newOpcode, Opcode.IGET_QUICK, Opcode.IPUT_SHORT_QUICK) in generateMutation()
|
/art/runtime/dex/ |
D | dex_file_annotations.cc | 1383 case Instruction::IGET_QUICK: in MethodContainsRSensitiveAccess()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2936 case Instruction::IGET_QUICK: in ProcessDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1484 ALWAYS_INLINE void IGET_QUICK() REQUIRES_SHARED(Locks::mutator_lock_) { in IGET_QUICK() function
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2847 case Instruction::IGET_QUICK: in CodeFlowVerifyInstruction()
|