OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nosplit
(Results
26 - 50
of
168
) sorted by null
1
2
3
4
5
6
7
/prebuilts/go/darwin-x86/src/runtime/
os_darwin_arm64.go
7
//go:
nosplit
os_linux_arm64.go
14
//go:
nosplit
atomic_amd64x.go
15
//go:
nosplit
21
//go:
nosplit
27
//go:
nosplit
os3_solaris.go
174
//go:
nosplit
316
//go:
nosplit
337
//go:
nosplit
377
//go:
nosplit
384
//go:
nosplit
389
//go:
nosplit
394
//go:
nosplit
399
//go:
nosplit
404
//go:
nosplit
409
//go:
nosplit
[
all
...]
syscall_windows.go
92
//go:
nosplit
107
//go:
nosplit
122
//go:
nosplit
133
//go:
nosplit
144
//go:
nosplit
155
//go:
nosplit
166
//go:
nosplit
norace_linux_test.go
19
//go:
nosplit
os_darwin_arm.go
18
//go:
nosplit
os_freebsd_arm.go
18
//go:
nosplit
os_nacl_arm.go
17
//go:
nosplit
os_openbsd_arm.go
18
//go:
nosplit
runtime1.go
22
//go:
nosplit
42
//
nosplit
for use in linux/386 startup linux_setup_vdso
43
//go:
nosplit
395
// int64 division is lowered into _divv() call on 386, which does not fit into
nosplit
functions.
397
//go:
nosplit
418
// Helpers for Go. Must be
NOSPLIT
, must only call
NOSPLIT
functions, and must not block.
420
//go:
nosplit
427
//go:
nosplit
437
//go:
nosplit
[
all
...]
wbfat_gen.go
29
fmt.Printf("\n//go:
nosplit
\n")
/prebuilts/go/linux-x86/src/runtime/
atomic_386.go
13
//go:
nosplit
19
//go:
nosplit
25
//go:
nosplit
39
//go:
nosplit
os_darwin_arm64.go
7
//go:
nosplit
os_linux_arm64.go
14
//go:
nosplit
atomic_amd64x.go
15
//go:
nosplit
21
//go:
nosplit
27
//go:
nosplit
os3_solaris.go
174
//go:
nosplit
316
//go:
nosplit
337
//go:
nosplit
377
//go:
nosplit
384
//go:
nosplit
389
//go:
nosplit
394
//go:
nosplit
399
//go:
nosplit
404
//go:
nosplit
409
//go:
nosplit
[
all
...]
syscall_windows.go
92
//go:
nosplit
107
//go:
nosplit
122
//go:
nosplit
133
//go:
nosplit
144
//go:
nosplit
155
//go:
nosplit
166
//go:
nosplit
norace_linux_test.go
19
//go:
nosplit
os_darwin_arm.go
18
//go:
nosplit
os_freebsd_arm.go
18
//go:
nosplit
os_nacl_arm.go
17
//go:
nosplit
os_openbsd_arm.go
18
//go:
nosplit
runtime1.go
22
//go:
nosplit
42
//
nosplit
for use in linux/386 startup linux_setup_vdso
43
//go:
nosplit
395
// int64 division is lowered into _divv() call on 386, which does not fit into
nosplit
functions.
397
//go:
nosplit
418
// Helpers for Go. Must be
NOSPLIT
, must only call
NOSPLIT
functions, and must not block.
420
//go:
nosplit
427
//go:
nosplit
437
//go:
nosplit
[
all
...]
wbfat_gen.go
29
fmt.Printf("\n//go:
nosplit
\n")
Completed in 1329 milliseconds
1
2
3
4
5
6
7