Home
last modified time | relevance | path

Searched refs:IGET_QUICK (Results 1 – 14 of 14) sorted by relevance

/art/runtime/
Ddex_instruction_utils.h111 return (code >= Instruction::IGET_QUICK && code <= Instruction::IPUT_OBJECT_QUICK) || in IsInstructionIGetQuickOrIPutQuick()
197 case Instruction::IGET_QUICK: case Instruction::IPUT_QUICK: in IGetQuickOrIPutQuickMemAccessType()
Ddex_instruction.cc253 case IGET_QUICK: in DumpString()
Dcommon_throws.cc414 case Instruction::IGET_QUICK: in ThrowNullPointerExceptionFromDexPC()
Ddex_instruction_list.h248 …V(0xE3, IGET_QUICK, "iget-quick", k22c, true, kFieldRef, kContinue | kThrow | kLoad | kRegCFieldOr…
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java247 IGET_QUICK, enumConstant
DInstruction.java550 addOpcodeInfo(Opcode.IGET_QUICK, "+iget-quick", 0xe3, new Format22c()); in addOpcodeInfo() argument
/art/compiler/dex/
Ddex_to_dex_compiler.cc112 CompileInstanceFieldAccess(inst, dex_pc, Instruction::IGET_QUICK, false); in Compile()
Dtype_inference.cc908 case Instruction::IGET_QUICK: in InitializeSRegs()
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DRandomInstructionGenerator.java139 || Opcode.isBetween(newOpcode, Opcode.IGET_QUICK, Opcode.IPUT_SHORT_QUICK) in generateMutation()
/art/compiler/dex/quick/
Dquick_compiler.cc365 Instruction::IGET_QUICK,
Dmir_to_lir.cc793 case Instruction::IGET_QUICK: in CompileDalvikInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc1278 HANDLE_INSTRUCTION_START(IGET_QUICK) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc1122 case Instruction::IGET_QUICK: { in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2838 case Instruction::IGET_QUICK: in CodeFlowVerifyInstruction()