Home
last modified time | relevance | path

Searched defs:TypeAssertCache (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/internal/abi/
Dswitch.go51 type TypeAssertCache struct { struct
52 Mask uintptr
53 Entries [1]TypeAssertCacheEntry
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Diface.go507 func buildTypeAssertCache(oldC *abi.TypeAssertCache, typ *_type, tab *itab) *abi.TypeAssertCache {