Searched refs:IsTaggedReg (Results 1 – 1 of 1) sorted by relevance
478 inline bool IsTaggedReg(const LinkageLocation& loc, Register reg) { in IsTaggedReg() function489 return IsTaggedReg(loc, kJSFunctionRegister) || in ParameterHasSecondaryLocation()490 IsTaggedReg(loc, kContextRegister); in ParameterHasSecondaryLocation()494 return IsTaggedReg(loc, kWasmInstanceRegister); in ParameterHasSecondaryLocation()510 if (IsTaggedReg(loc, kJSFunctionRegister)) { in GetParameterSecondaryLocation()514 DCHECK(IsTaggedReg(loc, kContextRegister)); in GetParameterSecondaryLocation()520 DCHECK(IsTaggedReg(loc, kWasmInstanceRegister)); in GetParameterSecondaryLocation()