Home
last modified time | relevance | path

Searched refs:SetVRegDouble (Results 1 – 4 of 4) sorted by relevance

/art/runtime/interpreter/
Dinterpreter_switch_impl.cc1591 shadow_frame.SetVRegDouble( in ExecuteSwitchImpl()
1609 shadow_frame.SetVRegDouble(inst->VRegA_12x(inst_data), in ExecuteSwitchImpl()
1627 shadow_frame.SetVRegDouble(inst->VRegA_12x(inst_data), in ExecuteSwitchImpl()
1649 shadow_frame.SetVRegDouble(inst->VRegA_12x(inst_data), in ExecuteSwitchImpl()
1887 shadow_frame.SetVRegDouble(inst->VRegA_23x(inst_data), in ExecuteSwitchImpl()
1894 shadow_frame.SetVRegDouble(inst->VRegA_23x(inst_data), in ExecuteSwitchImpl()
1901 shadow_frame.SetVRegDouble(inst->VRegA_23x(inst_data), in ExecuteSwitchImpl()
1908 shadow_frame.SetVRegDouble(inst->VRegA_23x(inst_data), in ExecuteSwitchImpl()
1915 shadow_frame.SetVRegDouble(inst->VRegA_23x(inst_data), in ExecuteSwitchImpl()
2161 shadow_frame.SetVRegDouble(vregA, in ExecuteSwitchImpl()
[all …]
Dinterpreter_goto_table_impl.cc1710 shadow_frame.SetVRegDouble( in ExecuteGotoImpl()
1728 shadow_frame.SetVRegDouble( in ExecuteGotoImpl()
1746 shadow_frame.SetVRegDouble( in ExecuteGotoImpl()
1768 shadow_frame.SetVRegDouble( in ExecuteGotoImpl()
2007 shadow_frame.SetVRegDouble(inst->VRegA_23x(inst_data), in ExecuteGotoImpl()
2014 shadow_frame.SetVRegDouble(inst->VRegA_23x(inst_data), in ExecuteGotoImpl()
2021 shadow_frame.SetVRegDouble(inst->VRegA_23x(inst_data), in ExecuteGotoImpl()
2028 shadow_frame.SetVRegDouble(inst->VRegA_23x(inst_data), in ExecuteGotoImpl()
2035 shadow_frame.SetVRegDouble(inst->VRegA_23x(inst_data), in ExecuteGotoImpl()
2282 shadow_frame.SetVRegDouble(vregA, in ExecuteGotoImpl()
[all …]
Dunstarted_runtime_test.cc171 tmp->SetVRegDouble(0, test_pairs[i][0]); in TestCeilFloor()
/art/runtime/
Dstack.h299 void SetVRegDouble(size_t i, double val) { in SetVRegDouble() function