Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dmgcstack.go168 type stackScanState struct { struct
170 stack stack
174 conservative bool
179 buf *stackWorkBuf
180 freeBuf *stackWorkBuf // keep around one free buffer for allocation hysteresis
187 cbuf *stackWorkBuf
191 head *stackObjectBuf
192 tail *stackObjectBuf
193 nobjs int
197 root *stackObject
[all …]
Dmgcmark.go1003 func scanframeworker(frame *stkframe, state *stackScanState, gcw *gcWork) {
1345 func scanblock(b0, n0 uintptr, ptrmask *uint8, gcw *gcWork, stk *stackScanState) {
1481 func scanConservative(b, n uintptr, ptrmask *uint8, gcw *gcWork, state *stackScanState) {