runtime.pcvalueCache.entries (field)
6 uses
runtime (current package)
symtab.go#L720: entries [2][8]pcvalueCacheEnt
symtab.go#L736: return (targetpc / sys.PtrSize) % uintptr(len(pcvalueCache{}.entries))
symtab.go#L754: for i := range cache.entries[x] {
symtab.go#L760: ent := &cache.entries[x][i]
symtab.go#L794: e := &cache.entries[x]
symtab.go#L795: ci := fastrand() % uint32(len(cache.entries[x]))
![]() |
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. |