Home
last modified time | relevance | path

Searched defs:readerDict (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/noder/
Dreader.go166 type readerDict struct { struct
167 shaped bool // whether this is a shaped dictionary
172 baseSym *types.Sym
176 shapedObj *ir.Name
196 targs []*types.Type
200 implicits int
202 derived []derivedInfo // reloc index of the derived type's descriptor
203 derivedTypes []*types.Type // slice of previously computed derived types
206 typeParamMethodExprs []readerMethodExprInfo
207 subdicts []objInfo
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/importer/
Dureader.go70 type readerDict struct { struct
71 bounds []typeInfo
73 tparams []*types2.TypeParam
75 derived []derivedInfo
76 derivedTypes []types2.Type
/aosp_15_r20/prebuilts/go/linux-x86/src/go/internal/gcimporter/
Dureader.go117 type readerDict struct { struct
120 bounds []typeInfo
123 tparams []*types.TypeParam
127 derived []derivedInfo
128 derivedTypes []types.Type // lazily instantiated from derived