Searched refs:IsCoreRegisterSaved (Results 1 – 3 of 3) sorted by relevance
1443 if (slow_path != nullptr && slow_path->IsCoreRegisterSaved(id)) { in EmitVRegInfo()1507 if (slow_path != nullptr && slow_path->IsCoreRegisterSaved(low)) { in EmitVRegInfo()1513 if (slow_path != nullptr && slow_path->IsCoreRegisterSaved(high)) { in EmitVRegInfo()
103 bool IsCoreRegisterSaved(int reg) const { in IsCoreRegisterSaved() function
5199 if (slow_path->IsCoreRegisterSaved(location.AsRegister<Register>())) { in GetInvokeStaticOrDirectExtraParameter()