runtime.mspan.objIndex (method)
5 uses
runtime (current package)
mbitmap.go#L229: func (s *mspan) objIndex(p uintptr) uintptr {
mbitmap.go#L243: objIndex := s.objIndex(p)
mgcmark.go#L1325: idx := span.objIndex(val)
mgcmark.go#L1379: idx := span.objIndex(val)
mgcmark.go#L1520: objIndex := span.objIndex(obj)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)