Home
last modified time | relevance | path

Searched refs:IsTaggedReg (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/compiler/
Dlinkage.cc478 inline bool IsTaggedReg(const LinkageLocation& loc, Register reg) { in IsTaggedReg() function
489 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()