Home
last modified time | relevance | path

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

/art/runtime/
Ddex_instruction-inl.h258 case k32x: return VRegB_32x(); in VRegB()
347 inline uint16_t Instruction::VRegB_32x() const { in VRegB_32x() function
Ddex_instruction.cc279 case k32x: os << StringPrintf("%s v%d, v%d", opcode, VRegA_32x(), VRegB_32x()); break; in DumpString()
Ddex_instruction.h363 uint16_t VRegB_32x() const;
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc181 shadow_frame.GetVReg(inst->VRegB_32x())); in ExecuteGotoImpl()
199 shadow_frame.GetVRegLong(inst->VRegB_32x())); in ExecuteGotoImpl()
217 shadow_frame.GetVRegReference(inst->VRegB_32x())); in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc108 shadow_frame.GetVReg(inst->VRegB_32x())); in ExecuteSwitchImpl()
126 shadow_frame.GetVRegLong(inst->VRegB_32x())); in ExecuteSwitchImpl()
144 shadow_frame.GetVRegReference(inst->VRegB_32x())); in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc1498 work_line_->CopyRegister1(inst->VRegA_32x(), inst->VRegB_32x(), kTypeCategory1nr); in CodeFlowVerifyInstruction()
1507 work_line_->CopyRegister2(inst->VRegA_32x(), inst->VRegB_32x()); in CodeFlowVerifyInstruction()
1516 work_line_->CopyRegister1(inst->VRegA_32x(), inst->VRegB_32x(), kTypeCategoryRef); in CodeFlowVerifyInstruction()
2027 update_line->SetRegisterType(move_inst->VRegB_32x(), cast_type); in CodeFlowVerifyInstruction()