Home
last modified time | relevance | path

Searched defs:NotInHeap (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/internal/sys/
Dnih.go41 type NotInHeap struct{ _ nih } struct
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dsymtab.go389 sys.NotInHeap // Only in static data anonMember
Druntime2.go913 sys.NotInHeap // Only in static data anonMember
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types/
Dtype.go244 func (t *Type) NotInHeap() bool { return t.flags&typeNotInHeap != 0 } func