Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_switch_impl.cc1658 shadow_frame.SetVRegDouble( in ExecuteSwitchImpl()
1676 shadow_frame.SetVRegDouble(inst->VRegA_12x(inst_data), in ExecuteSwitchImpl()
1694 shadow_frame.SetVRegDouble(inst->VRegA_12x(inst_data), in ExecuteSwitchImpl()
1716 shadow_frame.SetVRegDouble(inst->VRegA_12x(inst_data), in ExecuteSwitchImpl()
1954 shadow_frame.SetVRegDouble(inst->VRegA_23x(inst_data), in ExecuteSwitchImpl()
1961 shadow_frame.SetVRegDouble(inst->VRegA_23x(inst_data), in ExecuteSwitchImpl()
1968 shadow_frame.SetVRegDouble(inst->VRegA_23x(inst_data), in ExecuteSwitchImpl()
1975 shadow_frame.SetVRegDouble(inst->VRegA_23x(inst_data), in ExecuteSwitchImpl()
1982 shadow_frame.SetVRegDouble(inst->VRegA_23x(inst_data), in ExecuteSwitchImpl()
2228 shadow_frame.SetVRegDouble(vregA, in ExecuteSwitchImpl()
[all …]
Dshadow_frame.h240 void SetVRegDouble(size_t i, double val) { in SetVRegDouble() function
Dunstarted_runtime_test.cc175 tmp->SetVRegDouble(0, test_pairs[i][0]); in TestCeilFloor()
1039 shadow_frame->SetVRegDouble(0, 1.23); in TEST_F()
Dinterpreter_common.cc726 bootstrap_frame->SetVRegDouble(vreg, jvalue.d); in InvokeBootstrapMethod()