Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dstack_test.go571 type stkobjT struct { struct
572 p *stkobjT
573 x int64
574 y [20]int // consume some stack
578 func Sum(n int64, p *stkobjT) {