Lines Matching defs:Pointer
162 func typedmemmove(typ *abi.Type, dst, src unsafe.Pointer) {
191 func wbZero(typ *_type, dst unsafe.Pointer) {
204 func wbMove(typ *_type, dst, src unsafe.Pointer) {
225 func reflect_typedmemmove(typ *_type, dst, src unsafe.Pointer) {
242 func reflectlite_typedmemmove(typ *_type, dst, src unsafe.Pointer) {
256 func reflectcallmove(typ *_type, dst, src unsafe.Pointer, size uintptr, regs *abi.RegArgs) {
283 func typedslicecopy(typ *_type, dstPtr unsafe.Pointer, dstLen int, srcPtr unsafe.Pointer, srcLen in…
368 func typedmemclr(typ *_type, ptr unsafe.Pointer) {
387 func reflect_typedmemclr(typ *_type, ptr unsafe.Pointer) {
392 func reflect_typedmemclrpartial(typ *_type, ptr unsafe.Pointer, off, size uintptr) {
404 func reflect_typedarrayclear(typ *_type, ptr unsafe.Pointer, len int) {
429 func memclrHasPointers(ptr unsafe.Pointer, n uintptr) {