Home
last modified time | relevance | path

Searched defs:Pointer (Results 1 – 25 of 702) sorted by relevance

12345678910>>...29

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dalg.go19 func memhash0(p unsafe.Pointer, h uintptr) uintptr {
23 func memhash8(p unsafe.Pointer, h uintptr) uintptr {
27 func memhash16(p unsafe.Pointer, h uintptr) uintptr {
31 func memhash128(p unsafe.Pointer, h uintptr) uintptr {
36 func memhash_varlen(p unsafe.Pointer, h uintptr) uintptr {
68 func memhash(p unsafe.Pointer, h, s uintptr) uintptr
80 func memhash32(p unsafe.Pointer, h uintptr) uintptr
92 func memhash64(p unsafe.Pointer, h uintptr) uintptr
108 func strhash(p unsafe.Pointer, h uintptr) uintptr
110 func strhashFallback(a unsafe.Pointer, h uintptr) uintptr {
[all …]
Dstubs.go24 func add(p unsafe.Pointer, x uintptr) unsafe.Pointer {
109 func memclrNoHeapPointers(ptr unsafe.Pointer, n uintptr)
112 func reflect_memclrNoHeapPointers(ptr unsafe.Pointer, n uintptr) {
147 func memmove(to, from unsafe.Pointer, n uintptr)
150 func reflect_memmove(to, from unsafe.Pointer, n uintptr) {
169 func memequal(a, b unsafe.Pointer, size uintptr) bool
191 func noescape(p unsafe.Pointer) unsafe.Pointer {
266 func reflectcall(stackArgsType *_type, fn, stackArgs unsafe.Pointer, stackArgsSize, stackRetOffset,…
364 func asmcgocall(fn, arg unsafe.Pointer) int32
391 func call16(typ, fn, stackArgs unsafe.Pointer, stackArgsSize, stackRetOffset, frameSize uint32, reg…
[all …]
Drace0.go19 func raceReadObjectPC(t *_type, addr unsafe.Pointer, callerpc, pc uintptr) { throw("race") }
20 func raceWriteObjectPC(t *_type, addr unsafe.Pointer, callerpc, pc uintptr) { throw("race") }
25 func racemapshadow(addr unsafe.Pointer, size uintptr) { throw("race") }
26 func racewritepc(addr unsafe.Pointer, callerpc, pc uintptr) { throw("race") }
27 func racereadpc(addr unsafe.Pointer, callerpc, pc uintptr) { throw("race") }
28 func racereadrangepc(addr unsafe.Pointer, sz, callerpc, pc uintptr) { throw("race") }
29 func racewriterangepc(addr unsafe.Pointer, sz, callerpc, pc uintptr) { throw("race") }
30 func raceacquire(addr unsafe.Pointer) { throw("race") }
31 func raceacquireg(gp *g, addr unsafe.Pointer) { throw("race") }
32 func raceacquirectx(racectx uintptr, addr unsafe.Pointer) { throw("race") }
[all …]
Datomic_pointer.go32 func atomicwb(ptr *unsafe.Pointer, new unsafe.Pointer) {
42 func atomicstorep(ptr unsafe.Pointer, new unsafe.Pointer) {
57 func atomic_storePointer(ptr *unsafe.Pointer, new unsafe.Pointer) {
66 func atomic_casPointer(ptr *unsafe.Pointer, old, new unsafe.Pointer) bool {
85 func sync_atomic_StorePointer(ptr *unsafe.Pointer, new unsafe.Pointer) {
100 func sync_atomic_SwapPointer(ptr *unsafe.Pointer, new unsafe.Pointer) unsafe.Pointer {
116 func sync_atomic_CompareAndSwapPointer(ptr *unsafe.Pointer, old, new unsafe.Pointer) bool {
Drace.go16 func RaceRead(addr unsafe.Pointer)
17 func RaceWrite(addr unsafe.Pointer)
18 func RaceReadRange(addr unsafe.Pointer, len int)
19 func RaceWriteRange(addr unsafe.Pointer, len int)
37 func RaceAcquire(addr unsafe.Pointer) {
48 func RaceRelease(addr unsafe.Pointer) {
59 func RaceReleaseMerge(addr unsafe.Pointer) {
95 func raceReadObjectPC(t *_type, addr unsafe.Pointer, callerpc, pc uintptr) {
108 func raceWriteObjectPC(t *_type, addr unsafe.Pointer, callerpc, pc uintptr) {
122 func racereadpc(addr unsafe.Pointer, callpc, pc uintptr)
[all …]
Dmbarrier.go162 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) {
[all …]
Dchan.go155 func chansend1(c *hchan, elem unsafe.Pointer) {
171 func chansend(c *hchan, ep unsafe.Pointer, block bool, callerpc uintptr) bool {
305 func send(c *hchan, sg *sudog, ep unsafe.Pointer, unlockf func(), skip int) {
375 func sendDirect(t *_type, sg *sudog, src unsafe.Pointer) {
388 func recvDirect(t *_type, sg *sudog, dst unsafe.Pointer) {
488 func chanrecv1(c *hchan, elem unsafe.Pointer) {
493 func chanrecv2(c *hchan, elem unsafe.Pointer) (received bool) {
504 func chanrecv(c *hchan, ep unsafe.Pointer, block bool) (selected, received bool) {
674 func recv(c *hchan, sg *sudog, ep unsafe.Pointer, unlockf func(), skip int) {
716 func chanparkcommit(gp *g, chanLock unsafe.Pointer) bool {
[all …]
Dmem_sbrk.go52 func memFree(ap unsafe.Pointer, n uintptr) {
139 func sysFreeOS(v unsafe.Pointer, n uintptr) {
154 func sysUnusedOS(v unsafe.Pointer, n uintptr) {
157 func sysUsedOS(v unsafe.Pointer, n uintptr) {
160 func sysHugePageOS(v unsafe.Pointer, n uintptr) {
163 func sysNoHugePageOS(v unsafe.Pointer, n uintptr) {
166 func sysHugePageCollapseOS(v unsafe.Pointer, n uintptr) {
169 func sysMapOS(v unsafe.Pointer, n uintptr) {
172 func sysFaultOS(v unsafe.Pointer, n uintptr) {
175 func sysReserveOS(v unsafe.Pointer, n uintptr) unsafe.Pointer {
Dmem_aix.go31 func sysUnusedOS(v unsafe.Pointer, n uintptr) {
35 func sysUsedOS(v unsafe.Pointer, n uintptr) {
38 func sysHugePageOS(v unsafe.Pointer, n uintptr) {
41 func sysNoHugePageOS(v unsafe.Pointer, n uintptr) {
44 func sysHugePageCollapseOS(v unsafe.Pointer, n uintptr) {
51 func sysFreeOS(v unsafe.Pointer, n uintptr) {
55 func sysFaultOS(v unsafe.Pointer, n uintptr) {
59 func sysReserveOS(v unsafe.Pointer, n uintptr) unsafe.Pointer {
67 func sysMapOS(v unsafe.Pointer, n uintptr) {
Dmem_darwin.go23 func sysUnusedOS(v unsafe.Pointer, n uintptr) {
29 func sysUsedOS(v unsafe.Pointer, n uintptr) {
36 func sysHugePageOS(v unsafe.Pointer, n uintptr) {
39 func sysNoHugePageOS(v unsafe.Pointer, n uintptr) {
42 func sysHugePageCollapseOS(v unsafe.Pointer, n uintptr) {
49 func sysFreeOS(v unsafe.Pointer, n uintptr) {
53 func sysFaultOS(v unsafe.Pointer, n uintptr) {
57 func sysReserveOS(v unsafe.Pointer, n uintptr) unsafe.Pointer {
67 func sysMapOS(v unsafe.Pointer, n uintptr) {
Dasan.go14 func ASanRead(addr unsafe.Pointer, len int) {
20 func ASanWrite(addr unsafe.Pointer, len int) {
34 func asanread(addr unsafe.Pointer, sz uintptr) {
42 func asanwrite(addr unsafe.Pointer, sz uintptr) {
49 func doasanread(addr unsafe.Pointer, sz, sp, pc uintptr)
52 func doasanwrite(addr unsafe.Pointer, sz, sp, pc uintptr)
55 func asanunpoison(addr unsafe.Pointer, sz uintptr)
58 func asanpoison(addr unsafe.Pointer, sz uintptr)
61 func asanregisterglobals(addr unsafe.Pointer, n uintptr)
Dmem_bsd.go25 func sysUnusedOS(v unsafe.Pointer, n uintptr) {
33 func sysUsedOS(v unsafe.Pointer, n uintptr) {
36 func sysHugePageOS(v unsafe.Pointer, n uintptr) {
39 func sysNoHugePageOS(v unsafe.Pointer, n uintptr) {
42 func sysHugePageCollapseOS(v unsafe.Pointer, n uintptr) {
49 func sysFreeOS(v unsafe.Pointer, n uintptr) {
53 func sysFaultOS(v unsafe.Pointer, n uintptr) {
60 func sysReserveOS(v unsafe.Pointer, n uintptr) unsafe.Pointer {
78 func sysMapOS(v unsafe.Pointer, n uintptr) {
Dmem.go60 func sysUnused(v unsafe.Pointer, n uintptr) {
75 func sysUsed(v unsafe.Pointer, n, prepared uintptr) {
83 func sysHugePage(v unsafe.Pointer, n uintptr) {
90 func sysNoHugePage(v unsafe.Pointer, n uintptr) {
96 func sysHugePageCollapse(v unsafe.Pointer, n uintptr) {
113 func sysFree(v unsafe.Pointer, n uintptr, sysStat *sysMemStat) {
128 func sysFault(v unsafe.Pointer, n uintptr) {
145 func sysReserve(v unsafe.Pointer, n uintptr) unsafe.Pointer {
153 func sysMap(v unsafe.Pointer, n uintptr, sysStat *sysMemStat) {
Dmem_linux.go41 func sysUnusedOS(v unsafe.Pointer, n uintptr) {
84 func sysUsedOS(v unsafe.Pointer, n uintptr) {
97 func sysHugePageOS(v unsafe.Pointer, n uintptr) {
110 func sysNoHugePageOS(v unsafe.Pointer, n uintptr) {
119 func sysHugePageCollapseOS(v unsafe.Pointer, n uintptr) {
148 func sysFreeOS(v unsafe.Pointer, n uintptr) {
152 func sysFaultOS(v unsafe.Pointer, n uintptr) {
157 func sysReserveOS(v unsafe.Pointer, n uintptr) unsafe.Pointer {
165 func sysMapOS(v unsafe.Pointer, n uintptr) {
Dmem_windows.go32 func sysUnusedOS(v unsafe.Pointer, n uintptr) {
62 func sysUsedOS(v unsafe.Pointer, n uintptr) {
94 func sysHugePageOS(v unsafe.Pointer, n uintptr) {
97 func sysNoHugePageOS(v unsafe.Pointer, n uintptr) {
100 func sysHugePageCollapseOS(v unsafe.Pointer, n uintptr) {
107 func sysFreeOS(v unsafe.Pointer, n uintptr) {
115 func sysFaultOS(v unsafe.Pointer, n uintptr) {
120 func sysReserveOS(v unsafe.Pointer, n uintptr) unsafe.Pointer {
133 func sysMapOS(v unsafe.Pointer, n uintptr) {
Dos_wasip1.go51 func args_get(argv, argvBuf unsafe.Pointer) errno
55 func args_sizes_get(argc, argvBufLen unsafe.Pointer) errno
59 func clock_time_get(clock_id clockid, precision timestamp, time unsafe.Pointer) errno
63 func environ_get(environ, environBuf unsafe.Pointer) errno
67 func environ_sizes_get(environCount, environBufLen unsafe.Pointer) errno
71 func fd_write(fd int32, iovs unsafe.Pointer, iovsLen size, nwritten unsafe.Pointer) errno
75 func random_get(buf unsafe.Pointer, bufLen size) errno
151 func poll_oneoff(in, out unsafe.Pointer, nsubscriptions size, nevents unsafe.Pointer) errno
153 func write1(fd uintptr, p unsafe.Pointer, n int32) int32 {
Dmsan.go15 func MSanRead(addr unsafe.Pointer, len int) {
19 func MSanWrite(addr unsafe.Pointer, len int) {
34 func msanread(addr unsafe.Pointer, sz uintptr) {
43 func domsanread(addr unsafe.Pointer, sz uintptr)
47 func msanwrite(addr unsafe.Pointer, sz uintptr)
51 func msanmalloc(addr unsafe.Pointer, sz uintptr)
55 func msanfree(addr unsafe.Pointer, sz uintptr)
59 func msanmove(dst, src unsafe.Pointer, sz uintptr)
Dcgocheck.go26 func cgoCheckPtrWrite(dst *unsafe.Pointer, src unsafe.Pointer) {
80 func cgoCheckMemmove(typ *_type, dst, src unsafe.Pointer) {
92 func cgoCheckMemmove2(typ *_type, dst, src unsafe.Pointer, off, size uintptr) {
113 func cgoCheckSliceCopy(typ *_type, dst, src unsafe.Pointer, n int) {
136 func cgoCheckTypedBlock(typ *_type, src unsafe.Pointer, off, size uintptr) {
199 func cgoCheckBits(src unsafe.Pointer, gcbits *byte, off, size uintptr) {
235 func cgoCheckUsingType(typ *_type, src unsafe.Pointer, off, size uintptr) {
Dcgocall.go110 func syscall_cgocaller(fn unsafe.Pointer, args ...uintptr) uintptr {
134 func cgocall(fn, arg unsafe.Pointer) int32 {
314 func cgocallbackg(fn, frame unsafe.Pointer, ctxt uintptr) {
385 func cgocallbackg1(fn, frame unsafe.Pointer, ctxt uintptr) {
582 func cgoCheckArg(t *_type, p unsafe.Pointer, indir, top bool, msg string) {
699 func cgoCheckUnknownPointer(p unsafe.Pointer, msg string) (base, i uintptr) {
739 func cgoIsGoPointer(p unsafe.Pointer) bool {
761 func cgoInRange(p unsafe.Pointer, start, end uintptr) bool {
Dmap.go359 func makeBucketArray(t *maptype, b uint8, dirtyalloc unsafe.Pointer) (buckets unsafe.Pointer, nextO…
409 func mapaccess1(t *maptype, h *hmap, key unsafe.Pointer) unsafe.Pointer {
479 func mapaccess2(t *maptype, h *hmap, key unsafe.Pointer) (unsafe.Pointer, bool) {
541 func mapaccessK(t *maptype, h *hmap, key unsafe.Pointer) (unsafe.Pointer, unsafe.Pointer) {
584 func mapaccess1_fat(t *maptype, h *hmap, key, zero unsafe.Pointer) unsafe.Pointer {
592 func mapaccess2_fat(t *maptype, h *hmap, key, zero unsafe.Pointer) (unsafe.Pointer, bool) {
615 func mapassign(t *maptype, h *hmap, key unsafe.Pointer) unsafe.Pointer {
741 func mapdelete(t *maptype, h *hmap, key unsafe.Pointer) {
1458 func reflect_mapaccess(t *maptype, h *hmap, key unsafe.Pointer) unsafe.Pointer {
1486 func reflect_mapassign(t *maptype, h *hmap, key unsafe.Pointer, elem unsafe.Pointer) {
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/reflect/
Dvalue.go692 func callReflect(ctxt *makeFuncImpl, frame unsafe.Pointer, retValid *bool, regs *abi.RegArgs) {
911 func storeRcvr(v Value, p unsafe.Pointer) {
949 func callMethod(ctxt *methodValue, frame unsafe.Pointer, retValid *bool, regs *abi.RegArgs) {
2043 func copyVal(typ *abi.Type, fl flag, ptr unsafe.Pointer) Value {
2196 func (v Value) Pointer() uintptr { func
2864 func arrayAt(p unsafe.Pointer, i int, eltSize uintptr, whySafe string) unsafe.Pointer {
3212 func SliceAt(typ Type, p unsafe.Pointer, n int) Value {
3314 func NewAt(typ Type, p unsafe.Pointer) Value {
3838 func chancap(ch unsafe.Pointer) int
3841 func chanclose(ch unsafe.Pointer)
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/syscall/
Dfs_wasip1.go193 func fd_pread(fd int32, iovs unsafe.Pointer, iovsLen size, offset filesize, nread unsafe.Pointer) E…
197 func fd_pwrite(fd int32, iovs unsafe.Pointer, iovsLen size, offset filesize, nwritten unsafe.Pointe…
201 func fd_read(fd int32, iovs unsafe.Pointer, iovsLen size, nread unsafe.Pointer) Errno
205 func fd_readdir(fd int32, buf unsafe.Pointer, bufLen size, cookie dircookie, nwritten unsafe.Pointe…
209 func fd_seek(fd int32, offset filedelta, whence uint32, newoffset unsafe.Pointer) Errno
219 func fd_filestat_get(fd int32, buf unsafe.Pointer) Errno
223 func fd_write(fd int32, iovs unsafe.Pointer, iovsLen size, nwritten unsafe.Pointer) Errno
231 func path_create_directory(fd int32, path unsafe.Pointer, pathLen size) Errno
235 …nc path_filestat_get(fd int32, flags lookupflags, path unsafe.Pointer, pathLen size, buf unsafe.Po…
239 func path_filestat_set_times(fd int32, flags lookupflags, path unsafe.Pointer, pathLen size, atim t…
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/race/
Drace.go16 func Acquire(addr unsafe.Pointer) {
20 func Release(addr unsafe.Pointer) {
24 func ReleaseMerge(addr unsafe.Pointer) {
36 func Read(addr unsafe.Pointer) {
40 func Write(addr unsafe.Pointer) {
44 func ReadRange(addr unsafe.Pointer, len int) {
48 func WriteRange(addr unsafe.Pointer, len int) {
Dnorace.go15 func Acquire(addr unsafe.Pointer) {
18 func Release(addr unsafe.Pointer) {
21 func ReleaseMerge(addr unsafe.Pointer) {
30 func Read(addr unsafe.Pointer) {
33 func Write(addr unsafe.Pointer) {
36 func ReadRange(addr unsafe.Pointer, len int) {
39 func WriteRange(addr unsafe.Pointer, len int) {
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/typecheck/_builtin/
Druntime.go117 func ifaceeq(tab *uintptr, x, y unsafe.Pointer) (ret bool)
118 func efaceeq(typ *uintptr, x, y unsafe.Pointer) (ret bool)
144 func mapassign_fast32ptr(mapType *byte, hmap map[any]any, key unsafe.Pointer) (val *any)
146 func mapassign_fast64ptr(mapType *byte, hmap map[any]any, key unsafe.Pointer) (val *any)
187 func makeslicecopy(typ *byte, tolen int, fromlen int, from unsafe.Pointer) unsafe.Pointer
189 func unsafeslicecheckptr(typ *byte, ptr unsafe.Pointer, len int64)
192 func unsafestringcheckptr(ptr unsafe.Pointer, len int64)
197 func memclrNoHeapPointers(ptr unsafe.Pointer, n uintptr)
198 func memclrHasPointers(ptr unsafe.Pointer, n uintptr)
207 func f32equal(p, q unsafe.Pointer) bool
[all …]

12345678910>>...29