Home
last modified time | relevance | path

Searched defs:mapaccess2 (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/walk/
Dwalk.go182 var mapaccess2 = mkmapnames("mapaccess2", "") var
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dmap.go479 func mapaccess2(t *maptype, h *hmap, key unsafe.Pointer) (unsafe.Pointer, bool) { func
/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