Searched refs:SetVRegDouble (Results 1 – 4 of 4) sorted by relevance
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 1591 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 …]
|
D | interpreter_goto_table_impl.cc | 1710 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 …]
|
D | unstarted_runtime_test.cc | 171 tmp->SetVRegDouble(0, test_pairs[i][0]); in TestCeilFloor()
|
/art/runtime/ |
D | stack.h | 299 void SetVRegDouble(size_t i, double val) { in SetVRegDouble() function
|