Searched refs:mapaccess2_faststr (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/ |
D | map_faststr.go | 117 func mapaccess2_faststr(t *maptype, h *hmap, ky string) (unsafe.Pointer, bool) { func 120 racereadpc(unsafe.Pointer(h), callerpc, abi.FuncPCABIInternal(mapaccess2_faststr))
|
D | map.go | 1469 elem, ok := mapaccess2_faststr(t, h, key)
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/typecheck/_builtin/ |
D | runtime.go | 140 func mapaccess2_faststr(mapType *byte, hmap map[any]any, key string) (val *any, pres bool) func
|