Searched refs:GetVRegFloat (Results 1 - 3 of 3) sorted by path

/art/runtime/interpreter/
H A Dinterpreter_goto_table_impl.cc692 float val1 = shadow_frame.GetVRegFloat(inst->VRegB_23x());
693 float val2 = shadow_frame.GetVRegFloat(inst->VRegC_23x());
708 float val1 = shadow_frame.GetVRegFloat(inst->VRegB_23x());
709 float val2 = shadow_frame.GetVRegFloat(inst->VRegC_23x());
1531 shadow_frame.SetVRegFloat(inst->VRegA_12x(inst_data), -shadow_frame.GetVRegFloat(inst->VRegB_12x(inst_data)));
1571 float val = shadow_frame.GetVRegFloat(inst->VRegB_12x(inst_data));
1579 float val = shadow_frame.GetVRegFloat(inst->VRegB_12x(inst_data));
1587 shadow_frame.SetVRegDouble(inst->VRegA_12x(inst_data), shadow_frame.GetVRegFloat(inst->VRegB_12x(inst_data)));
1790 shadow_frame.GetVRegFloat(inst->VRegB_23x()) +
1791 shadow_frame.GetVRegFloat(ins
[all...]
H A Dinterpreter_switch_impl.cc601 float val1 = shadow_frame.GetVRegFloat(inst->VRegB_23x());
602 float val2 = shadow_frame.GetVRegFloat(inst->VRegC_23x());
617 float val1 = shadow_frame.GetVRegFloat(inst->VRegB_23x());
618 float val2 = shadow_frame.GetVRegFloat(inst->VRegC_23x());
1417 shadow_frame.SetVRegFloat(inst->VRegA_12x(inst_data), -shadow_frame.GetVRegFloat(inst->VRegB_12x(inst_data)));
1463 float val = shadow_frame.GetVRegFloat(inst->VRegB_12x(inst_data));
1471 float val = shadow_frame.GetVRegFloat(inst->VRegB_12x(inst_data));
1480 shadow_frame.GetVRegFloat(inst->VRegB_12x(inst_data)));
1682 shadow_frame.GetVRegFloat(inst->VRegB_23x()) +
1683 shadow_frame.GetVRegFloat(ins
[all...]
/art/runtime/
H A Dstack.h193 float GetVRegFloat(size_t i) const { function in class:art::ShadowFrame

Completed in 41 milliseconds