type reflect.bitVector
9 uses
reflect (current package)
makefunc.go#L20: stack *bitVector // ptrmap for both args and results
makefunc.go#L82: stack *bitVector // ptrmap for both args and results
type.go#L2735: bv := new(bitVector)
type.go#L2989: stack *bitVector
type.go#L3001: func funcLayout(t *funcType, rcvr *rtype) (frametype *rtype, argSize, retOffset uintptr, stk *bitVector, framePool *sync.Pool) {
type.go#L3015: ptrmap := new(bitVector)
type.go#L3082: type bitVector struct {
type.go#L3088: func (bv *bitVector) append(bit uint8) {
type.go#L3096: func addTypeBits(bv *bitVector, offset uintptr, t *rtype) {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)