/prebuilts/go/linux-x86/misc/ios/ |
go_darwin_arm_exec.go | 56 // garbage collector finalizing it, closing the file and releasing the
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
closure.go | 476 // The use of the struct provides type information to the garbage
|
/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/profile/ |
profile_test.go | 98 "garbage text",
|
/prebuilts/go/linux-x86/src/os/ |
file_plan9.go | 31 // The file descriptor is valid only until f.Close is called or f is garbage collected.
|
/prebuilts/go/linux-x86/src/runtime/ |
select.go | 581 // TODO(khr): if we have a moving garbage collector, we'll need to
|
type.go | 37 // gcdata stores the GC type data for the garbage collector.
|
stack.go | 114 stackPoisonCopy = 0 // fill stack that should not be accessed with garbage, to detect bad dereferences during copy [all...] |
mgcmark.go | 5 // Garbage collector: marking and scanning 254 userG.waitreason = "garbage collection scan" 337 // 2) Finalizer specials (which are not in the garbage [all...] |
/prebuilts/go/linux-x86/src/testing/ |
benchmark.go | 134 // by clearing garbage from previous runs.
|
/toolchain/binutils/binutils-2.27/zlib/contrib/masmx64/ |
gvmat64.asm | 214 ; this clear high 32 bits of r8, which can be garbage in both r8 and rdx
|
/prebuilts/go/darwin-x86/src/runtime/ |
stack.go | 114 stackPoisonCopy = 0 // fill stack that should not be accessed with garbage, to detect bad dereferences during copy [all...] |
mgcmark.go | 5 // Garbage collector: marking and scanning 254 userG.waitreason = "garbage collection scan" 337 // 2) Finalizer specials (which are not in the garbage [all...] |
symtab.go | 356 // none of the pointers here are visible to the garbage collector.
|
/external/protobuf/js/binary/ |
decoder.js | 932 // Chrome 25+, and generates no additional cons string garbage.
|
/external/v8/src/debug/ |
debug.js | 124 // point as this would cause function not to be garbage collected when it is
|
/prebuilts/go/darwin-x86/src/archive/tar/ |
reader_test.go | 784 trash := strings.Repeat("garbage ", 64) // Exactly 512 bytes [all...] |
/prebuilts/go/darwin-x86/src/cmd/link/internal/ld/ |
symtab.go | 354 // garbage collection symbols
|
/prebuilts/go/darwin-x86/src/encoding/gob/ |
type.go | 50 // If we lose the race, we'll waste a little CPU and create a little garbage
|
/prebuilts/go/darwin-x86/src/image/png/ |
reader.go | 897 // Ignore trailing zero-length or garbage IDAT chunks.
|
/prebuilts/go/darwin-x86/src/internal/poll/ |
fd_windows.go | 129 // by InitBufs, so it can be released by garbage collector.
|
/prebuilts/go/darwin-x86/src/math/big/ |
nat.go | 434 z[2*k:].clear() // upper portion of z is garbage (and 2*k <= m+n since k <= n <= m)
|
/prebuilts/go/darwin-x86/src/net/ |
dnsclient_unix_test.go | 845 s.Write([]byte("garbage DNS response packet"))
|
/prebuilts/go/darwin-x86/src/os/exec/ |
exec_test.go | 810 // garbage collected, and therefore closed, while
|
/prebuilts/go/linux-x86/src/archive/tar/ |
reader_test.go | 784 trash := strings.Repeat("garbage ", 64) // Exactly 512 bytes [all...] |
/prebuilts/go/linux-x86/src/cmd/link/internal/ld/ |
symtab.go | 354 // garbage collection symbols
|