Lines Matching defs:loc
617 inline bool IsTaggedReg(const LinkageLocation& loc, Register reg) {
618 return loc.IsRegister() && loc.AsRegister() == reg.code() &&
619 loc.GetType().representation() ==
627 LinkageLocation loc = GetParameterLocation(index);
628 return IsTaggedReg(loc, kJSFunctionRegister) ||
629 IsTaggedReg(loc, kContextRegister);
633 LinkageLocation loc = GetParameterLocation(index);
634 return IsTaggedReg(loc, kWasmInstanceRegister);
646 LinkageLocation loc = GetParameterLocation(index);
650 if (IsTaggedReg(loc, kJSFunctionRegister)) {
654 DCHECK(IsTaggedReg(loc, kContextRegister));
662 DCHECK(IsTaggedReg(loc, kWasmInstanceRegister));