Searched defs:InterfaceSwitchCache (Results 1 – 2 of 2) sorted by relevance
16 type InterfaceSwitchCache struct { struct17 Mask uintptr // mask for index. Must be a power of 2 minus 118 Entries [1]InterfaceSwitchCacheEntry // Mask+1 entries total
613 func buildInterfaceSwitchCache(oldC *abi.InterfaceSwitchCache, typ *_type, case_ int, tab *itab) *a…