Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter.cc2326 … shadow_frame.SetVRegDouble(inst->VRegA_12x(), -shadow_frame.GetVRegDouble(inst->VRegB_12x())); in ExecuteImpl()
2341 shadow_frame.SetVRegDouble(inst->VRegA_12x(), shadow_frame.GetVReg(inst->VRegB_12x())); in ExecuteImpl()
2356 shadow_frame.SetVRegDouble(inst->VRegA_12x(), shadow_frame.GetVRegLong(inst->VRegB_12x())); in ExecuteImpl()
2395 shadow_frame.SetVRegDouble(inst->VRegA_12x(), shadow_frame.GetVRegFloat(inst->VRegB_12x())); in ExecuteImpl()
2648 shadow_frame.SetVRegDouble(inst->VRegA_23x(), in ExecuteImpl()
2655 shadow_frame.SetVRegDouble(inst->VRegA_23x(), in ExecuteImpl()
2662 shadow_frame.SetVRegDouble(inst->VRegA_23x(), in ExecuteImpl()
2669 shadow_frame.SetVRegDouble(inst->VRegA_23x(), in ExecuteImpl()
2676 shadow_frame.SetVRegDouble(inst->VRegA_23x(), in ExecuteImpl()
2923 shadow_frame.SetVRegDouble(vregA, in ExecuteImpl()
[all …]
/art/runtime/
Dstack.h183 void SetVRegDouble(size_t i, double val) { in SetVRegDouble() function