Searched refs:SetVRegFloat (Results 1 – 2 of 2) sorted by relevance
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 1743 shadow_frame.SetVRegFloat( in ExecuteSwitchImplCpp() 1761 shadow_frame.SetVRegFloat(inst->VRegA_12x(inst_data), in ExecuteSwitchImplCpp() 1779 shadow_frame.SetVRegFloat(inst->VRegA_12x(inst_data), in ExecuteSwitchImplCpp() 1829 shadow_frame.SetVRegFloat(inst->VRegA_12x(inst_data), in ExecuteSwitchImplCpp() 2010 shadow_frame.SetVRegFloat(inst->VRegA_23x(inst_data), in ExecuteSwitchImplCpp() 2017 shadow_frame.SetVRegFloat(inst->VRegA_23x(inst_data), in ExecuteSwitchImplCpp() 2024 shadow_frame.SetVRegFloat(inst->VRegA_23x(inst_data), in ExecuteSwitchImplCpp() 2031 shadow_frame.SetVRegFloat(inst->VRegA_23x(inst_data), in ExecuteSwitchImplCpp() 2038 shadow_frame.SetVRegFloat(inst->VRegA_23x(inst_data), in ExecuteSwitchImplCpp() 2274 shadow_frame.SetVRegFloat(vregA, in ExecuteSwitchImplCpp() [all …]
|
D | shadow_frame.h | 210 void SetVRegFloat(size_t i, float val) { in SetVRegFloat() function
|