Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dstack.go1285 type stackObjectRecord struct { struct
1289 off int32
1290 size int32
1291 _ptrdata int32 // ptrdata, or -ptrdata is GC prog is used
1292 gcdataoff uint32 // offset to gcdata from moduledata.rodata
1295 func (r *stackObjectRecord) useGCProg() bool {
1299 func (r *stackObjectRecord) ptrdata() uintptr {
1308 func (r *stackObjectRecord) gcdata() *byte {