Searched refs:VRegB_32x (Results 1 – 5 of 5) sorted by relevance
/art/runtime/ |
D | dex_instruction.cc | 152 case k32x: return VRegB_32x(); in VRegB() 528 case k32x: os << StringPrintf("%s v%d, v%d", opcode, VRegA_32x(), VRegB_32x()); break; in DumpString()
|
D | dex_instruction-inl.h | 225 inline uint16_t Instruction::VRegB_32x() const { in VRegB_32x() function
|
D | dex_instruction.h | 263 uint16_t VRegB_32x() const;
|
/art/runtime/verifier/ |
D | method_verifier.cc | 1469 work_line_->CopyRegister1(inst->VRegA_32x(), inst->VRegB_32x(), kTypeCategory1nr); in CodeFlowVerifyInstruction() 1478 work_line_->CopyRegister2(inst->VRegA_32x(), inst->VRegB_32x()); in CodeFlowVerifyInstruction() 1487 work_line_->CopyRegister1(inst->VRegA_32x(), inst->VRegB_32x(), kTypeCategoryRef); in CodeFlowVerifyInstruction() 1969 update_line->SetRegisterType(move_inst->VRegB_32x(), cast_type); in CodeFlowVerifyInstruction()
|
/art/runtime/interpreter/ |
D | interpreter.cc | 1154 shadow_frame.GetVReg(inst->VRegB_32x())); in ExecuteImpl() 1172 shadow_frame.GetVRegLong(inst->VRegB_32x())); in ExecuteImpl() 1190 shadow_frame.GetVRegReference(inst->VRegB_32x())); in ExecuteImpl()
|