Searched refs:IsFpuRegisterSaved (Results 1 – 2 of 2) sorted by relevance
1323 if (slow_path != nullptr && slow_path->IsFpuRegisterSaved(id)) { in EmitEnvironment()1345 if (slow_path != nullptr && slow_path->IsFpuRegisterSaved(low)) { in EmitEnvironment()1351 if (slow_path != nullptr && slow_path->IsFpuRegisterSaved(high)) { in EmitEnvironment()
106 bool IsFpuRegisterSaved(int reg) const { in IsFpuRegisterSaved() function