Home
last modified time | relevance | path

Searched refs:GetVRegFloat (Results 1 – 3 of 3) sorted by relevance

/art/runtime/interpreter/
Dinterpreter_switch_impl.cc605 float val1 = shadow_frame.GetVRegFloat(inst->VRegB_23x()); in ExecuteSwitchImpl()
606 float val2 = shadow_frame.GetVRegFloat(inst->VRegC_23x()); in ExecuteSwitchImpl()
621 float val1 = shadow_frame.GetVRegFloat(inst->VRegB_23x()); in ExecuteSwitchImpl()
622 float val2 = shadow_frame.GetVRegFloat(inst->VRegC_23x()); in ExecuteSwitchImpl()
1421 …shadow_frame.SetVRegFloat(inst->VRegA_12x(inst_data), -shadow_frame.GetVRegFloat(inst->VRegB_12x(i… in ExecuteSwitchImpl()
1467 float val = shadow_frame.GetVRegFloat(inst->VRegB_12x(inst_data)); in ExecuteSwitchImpl()
1475 float val = shadow_frame.GetVRegFloat(inst->VRegB_12x(inst_data)); in ExecuteSwitchImpl()
1484 shadow_frame.GetVRegFloat(inst->VRegB_12x(inst_data))); in ExecuteSwitchImpl()
1686 shadow_frame.GetVRegFloat(inst->VRegB_23x()) + in ExecuteSwitchImpl()
1687 shadow_frame.GetVRegFloat(inst->VRegC_23x())); in ExecuteSwitchImpl()
[all …]
Dinterpreter_goto_table_impl.cc696 float val1 = shadow_frame.GetVRegFloat(inst->VRegB_23x()); in ExecuteGotoImpl()
697 float val2 = shadow_frame.GetVRegFloat(inst->VRegC_23x()); in ExecuteGotoImpl()
712 float val1 = shadow_frame.GetVRegFloat(inst->VRegB_23x()); in ExecuteGotoImpl()
713 float val2 = shadow_frame.GetVRegFloat(inst->VRegC_23x()); in ExecuteGotoImpl()
1535 …shadow_frame.SetVRegFloat(inst->VRegA_12x(inst_data), -shadow_frame.GetVRegFloat(inst->VRegB_12x(i… in ExecuteGotoImpl()
1575 float val = shadow_frame.GetVRegFloat(inst->VRegB_12x(inst_data)); in ExecuteGotoImpl()
1583 float val = shadow_frame.GetVRegFloat(inst->VRegB_12x(inst_data)); in ExecuteGotoImpl()
1591 …shadow_frame.SetVRegDouble(inst->VRegA_12x(inst_data), shadow_frame.GetVRegFloat(inst->VRegB_12x(i… in ExecuteGotoImpl()
1794 shadow_frame.GetVRegFloat(inst->VRegB_23x()) + in ExecuteGotoImpl()
1795 shadow_frame.GetVRegFloat(inst->VRegC_23x())); in ExecuteGotoImpl()
[all …]
/art/runtime/
Dstack.h194 float GetVRegFloat(size_t i) const { in GetVRegFloat() function