type runtime.pcvalueCache

11 uses

	runtime (current package)
		mgcstack.go#L171: 	cache pcvalueCache
		stack.go#L538: 	cache pcvalueCache
		stack.go#L1219: func getStackMap(frame *stkframe, cache *pcvalueCache, debug bool) (locals, args bitvector, objs []stackObjectRecord) {
		symtab.go#L185: 	var cache pcvalueCache
		symtab.go#L719: type pcvalueCache struct {
		symtab.go#L736: 	return (targetpc / sys.PtrSize) % uintptr(len(pcvalueCache{}.entries))
		symtab.go#L741: func pcvalue(f funcInfo, off uint32, targetpc uintptr, cache *pcvalueCache, strict bool) (int32, uintptr) {
		symtab.go#L903: func funcspdelta(f funcInfo, targetpc uintptr, cache *pcvalueCache) int32 {
		symtab.go#L934: func pcdatavalue(f funcInfo, table uint32, targetpc uintptr, cache *pcvalueCache) int32 {
		symtab.go#L942: func pcdatavalue1(f funcInfo, table uint32, targetpc uintptr, cache *pcvalueCache, strict bool) int32 {
		traceback.go#L165: 	var cache pcvalueCache