Home
last modified time | relevance | path

Searched refs:VRegB_32x (Results 1 – 5 of 5) sorted by relevance

/art/runtime/
Ddex_instruction.cc152 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()
Ddex_instruction-inl.h225 inline uint16_t Instruction::VRegB_32x() const { in VRegB_32x() function
Ddex_instruction.h263 uint16_t VRegB_32x() const;
/art/runtime/verifier/
Dmethod_verifier.cc1469 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/
Dinterpreter.cc1154 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()