runtime.stackObject.setType (method)

3 uses

	runtime (current package)
		mgcmark.go#L801: 		obj.setType(nil) // Don't scan it again.
		mgcstack.go#L162: func (obj *stackObject) setType(typ *_type) {
		mgcstack.go#L298: 	obj.setType(typ)