Searched defs:stackObjectRecord (Results 1 – 1 of 1) sorted by relevance
1285 type stackObjectRecord struct { struct1289 off int321290 size int321291 _ptrdata int32 // ptrdata, or -ptrdata is GC prog is used1292 gcdataoff uint32 // offset to gcdata from moduledata.rodata1295 func (r *stackObjectRecord) useGCProg() bool {1299 func (r *stackObjectRecord) ptrdata() uintptr {1308 func (r *stackObjectRecord) gcdata() *byte {