Home | History | Annotate | Download | only in gc

Lines Matching defs:thisT

1001 // thisT is the singleton type used for interface method receivers.
1002 var thisT *Type
1005 if thisT == nil {
1006 thisT = ptrto(typ(TSTRUCT))
1008 return nod(ODCLFIELD, nil, typenod(thisT))
1012 if thisT == nil {
1013 thisT = ptrto(typ(TSTRUCT))
1016 f.Type = thisT
1021 // Those methods have thisT as the receiver.
1024 return f.Recv().Type == thisT