Searched refs:VRegA_31i (Results 1 – 6 of 6) sorted by relevance
/art/runtime/ |
D | dex_instruction.h | 304 uint8_t VRegA_31i() const { in VRegA_31i() function 305 return VRegA_31i(Fetch16(0)); in VRegA_31i() 339 uint8_t VRegA_31i(uint16_t inst_data) const;
|
D | dex_instruction-inl.h | 77 case k31i: return VRegA_31i(); in VRegA() 179 inline uint8_t Instruction::VRegA_31i(uint16_t inst_data) const { in VRegA_31i() function
|
D | dex_instruction.cc | 355 case k31i: os << StringPrintf("%s v%d, #%+d", opcode, VRegA_31i(), VRegB_31i()); break; in DumpString()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 341 uint8_t dst = inst->VRegA_31i(inst_data); in ExecuteSwitchImpl() 368 shadow_frame.SetVRegLong(inst->VRegA_31i(inst_data), inst->VRegB_31i()); in ExecuteSwitchImpl()
|
D | interpreter_goto_table_impl.cc | 399 uint32_t dst = inst->VRegA_31i(inst_data); in ExecuteGotoImpl() 426 shadow_frame.SetVRegLong(inst->VRegA_31i(inst_data), inst->VRegB_31i()); in ExecuteGotoImpl()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2219 this, inst->VRegA_31i(), DetermineCat1Constant(val, need_precise_constants_)); in CodeFlowVerifyInstruction() 2240 work_line_->SetRegisterTypeWide(this, inst->VRegA_31i(), lo, hi); in CodeFlowVerifyInstruction()
|