Searched refs:VRegA_21s (Results 1 – 5 of 5) sorted by relevance
/art/runtime/ |
D | dex_instruction.h | 306 uint8_t VRegA_21s() const { in VRegA_21s() function 307 return VRegA_21s(Fetch16(0)); in VRegA_21s() 366 uint8_t VRegA_21s(uint16_t inst_data) const;
|
D | dex_instruction-inl.h | 69 case k21s: return VRegA_21s(); in VRegA() 133 inline uint8_t Instruction::VRegA_21s(uint16_t inst_data) const { in VRegA_21s() function
|
D | dex_instruction.cc | 167 case k21s: os << StringPrintf("%s v%d, #%+d", opcode, VRegA_21s(), VRegB_21s()); break; in DumpString()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 400 uint8_t dst = inst->VRegA_21s(inst_data); in ExecuteSwitchImpl() 433 shadow_frame.SetVRegLong(inst->VRegA_21s(inst_data), inst->VRegB_21s()); in ExecuteSwitchImpl()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2270 this, inst->VRegA_21s(), DetermineCat1Constant(val, need_precise_constants_)); in CodeFlowVerifyInstruction() 2290 work_line_->SetRegisterTypeWide(this, inst->VRegA_21s(), lo, hi); in CodeFlowVerifyInstruction()
|