Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dmbitmap.go122 type typePointers struct { struct
126 elem uintptr
130 addr uintptr
136 mask uintptr
140 typ *_type
247 func (tp typePointers) nextFast() (typePointers, uintptr) {
273 func (tp typePointers) next(limit uintptr) (typePointers, uintptr) {
313 func (tp typePointers) fastForward(n, limit uintptr) typePointers {
962 func dumpTypePointers(tp typePointers) {