Searched refs:mapaccess2 (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/ |
D | map.go | 479 func mapaccess2(t *maptype, h *hmap, key unsafe.Pointer) (unsafe.Pointer, bool) { func 482 pc := abi.FuncPCABIInternal(mapaccess2) 1459 elem, ok := mapaccess2(t, h, key)
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/typecheck/_builtin/ |
D | runtime.go | 137 func mapaccess2(mapType *byte, hmap map[any]any, key *any) (val *any, pres bool) func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/walk/ |
D | walk.go | 182 var mapaccess2 = mkmapnames("mapaccess2", "") var
|
D | assign.go | 173 fn := mapfn(mapaccess2[fast], t, false)
|