var runtime.itabTable
7 uses
runtime (current package)
iface.go#L17: itabTable = &itabTableInit // pointer to current table
iface.go#L53: t := (*itabTableType)(atomic.Loadp(unsafe.Pointer(&itabTable)))
iface.go#L60: if m = itabTable.find(inter, typ); m != nil {
iface.go#L130: t := itabTable
iface.go#L148: atomicstorep(unsafe.Pointer(&itabTable), unsafe.Pointer(t2))
iface.go#L150: t = itabTable
iface.go#L522: t := itabTable
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |