Home
last modified time | relevance | path

Searched refs:mapaccess2 (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dmap.go479 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/
Druntime.go137 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/
Dwalk.go182 var mapaccess2 = mkmapnames("mapaccess2", "") var
Dassign.go173 fn := mapfn(mapaccess2[fast], t, false)