Home
last modified time | relevance | path

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

/art/runtime/
Ddex_instruction-inl.h253 case k22x: return VRegB_22x(); in VRegB()
322 inline uint16_t Instruction::VRegB_22x() const { in VRegB_22x() function
Ddex_instruction.cc164 case k22x: os << StringPrintf("%s v%d, v%d", opcode, VRegA_22x(), VRegB_22x()); break; in DumpString()
Ddex_instruction.h356 uint16_t VRegB_22x() const;
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc187 shadow_frame.GetVReg(inst->VRegB_22x())); in ExecuteGotoImpl()
205 shadow_frame.GetVRegLong(inst->VRegB_22x())); in ExecuteGotoImpl()
223 shadow_frame.GetVRegReference(inst->VRegB_22x())); in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc99 shadow_frame.GetVReg(inst->VRegB_22x())); in ExecuteSwitchImpl()
117 shadow_frame.GetVRegLong(inst->VRegB_22x())); in ExecuteSwitchImpl()
135 shadow_frame.GetVRegReference(inst->VRegB_22x())); in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc1679 work_line_->CopyRegister1(this, inst->VRegA_22x(), inst->VRegB_22x(), kTypeCategory1nr); in CodeFlowVerifyInstruction()
1688 work_line_->CopyRegister2(this, inst->VRegA_22x(), inst->VRegB_22x()); in CodeFlowVerifyInstruction()
1697 work_line_->CopyRegister1(this, inst->VRegA_22x(), inst->VRegB_22x(), kTypeCategoryRef); in CodeFlowVerifyInstruction()
2232 update_line->SetRegisterType(this, move_inst->VRegB_22x(), cast_type); in CodeFlowVerifyInstruction()