PtrType           242 src/pkg/runtime/heapdump.c dumpfinalizer(byte *obj, FuncVal *fn, Type* fint, PtrType *ot)
PtrType           491 src/pkg/runtime/heapdump.c finq_callback(FuncVal *fn, byte *obj, uintptr nret, Type *fint, PtrType *ot)
PtrType           397 src/pkg/runtime/malloc.h 	PtrType*	ot;
PtrType           584 src/pkg/runtime/malloc.h bool	runtime·addfinalizer(void*, FuncVal *fn, uintptr, Type*, PtrType*);
PtrType           586 src/pkg/runtime/malloc.h void	runtime·queuefinalizer(byte *p, FuncVal *fn, uintptr nret, Type *fint, PtrType *ot);
PtrType           167 src/pkg/runtime/mgc0.c 	PtrType *ot;
PtrType           948 src/pkg/runtime/mgc0.c 						et = ((PtrType*)t)->elem;
PtrType           950 src/pkg/runtime/mgc0.c 							objti = (uintptr)((PtrType*)t)->elem->gc;
PtrType           986 src/pkg/runtime/mgc0.c 						et = ((PtrType*)t)->elem;
PtrType           988 src/pkg/runtime/mgc0.c 							objti = (uintptr)((PtrType*)t)->elem->gc;
PtrType          1712 src/pkg/runtime/mgc0.c runtime·queuefinalizer(byte *p, FuncVal *fn, uintptr nret, Type *fint, PtrType *ot)
PtrType          1742 src/pkg/runtime/mgc0.c runtime·iterate_finq(void (*callback)(FuncVal*, byte*, uintptr, Type*, PtrType*))
PtrType          2382 src/pkg/runtime/mgc0.c 		itabtype = ((PtrType*)eface.type)->elem;
PtrType           729 src/pkg/runtime/mheap.c runtime·addfinalizer(void *p, FuncVal *f, uintptr nret, Type *fint, PtrType *ot)
PtrType           668 src/pkg/runtime/proc.c 		mtype = ((PtrType*)e.type)->elem;
PtrType           699 src/pkg/runtime/proc.c 		gtype = ((PtrType*)e.type)->elem;
PtrType            75 src/pkg/runtime/runtime.h typedef	struct	PtrType		PtrType;
PtrType           963 src/pkg/runtime/runtime.h void	runtime·iterate_finq(void (*callback)(FuncVal*, byte*, uintptr, Type*, PtrType*));