Searched refs:IGET_QUICK (Results 1 – 14 of 14) sorted by relevance
/art/runtime/ |
D | dex_instruction_utils.h | 111 return (code >= Instruction::IGET_QUICK && code <= Instruction::IPUT_OBJECT_QUICK) || in IsInstructionIGetQuickOrIPutQuick() 197 case Instruction::IGET_QUICK: case Instruction::IPUT_QUICK: in IGetQuickOrIPutQuickMemAccessType()
|
D | dex_instruction.cc | 253 case IGET_QUICK: in DumpString()
|
D | common_throws.cc | 414 case Instruction::IGET_QUICK: in ThrowNullPointerExceptionFromDexPC()
|
D | dex_instruction_list.h | 248 …V(0xE3, IGET_QUICK, "iget-quick", k22c, true, kFieldRef, kContinue | kThrow | kLoad | kRegCFieldOr…
|
/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/compiler/dex/ |
D | dex_to_dex_compiler.cc | 112 CompileInstanceFieldAccess(inst, dex_pc, Instruction::IGET_QUICK, false); in Compile()
|
D | type_inference.cc | 908 case Instruction::IGET_QUICK: in InitializeSRegs()
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | RandomInstructionGenerator.java | 139 || Opcode.isBetween(newOpcode, Opcode.IGET_QUICK, Opcode.IPUT_SHORT_QUICK) in generateMutation()
|
/art/compiler/dex/quick/ |
D | quick_compiler.cc | 365 Instruction::IGET_QUICK,
|
D | mir_to_lir.cc | 793 case Instruction::IGET_QUICK: in CompileDalvikInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 1278 HANDLE_INSTRUCTION_START(IGET_QUICK) { in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 1122 case Instruction::IGET_QUICK: { in ExecuteSwitchImpl()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2838 case Instruction::IGET_QUICK: in CodeFlowVerifyInstruction()
|