HomeSort by relevance Sort by last modified time
    Searched refs:garbage (Results 101 - 125 of 327) sorted by null

1 2 3 45 6 7 8 91011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
listobject.c 2627 PyObject **garbage; local
2692 PyObject **garbage, **seqitems, **selfitems; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
listobject.c 2626 PyObject **garbage; local
2691 PyObject **garbage, **seqitems, **selfitems; local
    [all...]
  /external/python/cpython2/Objects/
listobject.c 2630 PyObject **garbage; local
2695 PyObject **garbage, **seqitems, **selfitems; local
    [all...]
  /external/python/cpython3/Objects/
listobject.c 2488 PyObject **garbage; local
2551 PyObject **garbage, **seqitems, **selfitems; local
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
mgcwork.go 31 // Garbage collector work pool abstraction.
43 // garbage collector.
55 // the garbage collector from transitioning to mark termination since
104 // put enqueues a pointer for the garbage collector to trace.
186 // tryGet dequeues a pointer for the garbage collector to trace.
217 // tryGetFast dequeues a pointer for the garbage collector to trace
234 // get dequeues a pointer for the garbage collector to trace, blocking
mstats.go 71 // Statistics about garbage collector.
221 // well as unreachable objects that the garbage collector has
228 // typical of stop-the-world garbage collectors).
334 // GCSys is bytes of memory in garbage collection metadata.
341 // Garbage collector statistics.
345 // The garbage collector's goal is to keep HeapAlloc ? NextGC.
351 // LastGC is the time the last garbage collection finished, as
359 // and only the garbage collector can run.
455 // which is a snapshot as of the most recently completed garbage
mbarrier.go 5 // Garbage collector: write barriers.
7 // For the concurrent garbage collector, the Go compiler implements
44 // from hiding an object from the garbage collector:
105 // consequence of this is that the garbage collector may cache the
125 // The Go garbage collector requires write barriers when heap pointers
126 // are stored in globals. Many garbage collectors ignore writes to
  /prebuilts/go/linux-x86/src/runtime/
mgcwork.go 31 // Garbage collector work pool abstraction.
43 // garbage collector.
55 // the garbage collector from transitioning to mark termination since
104 // put enqueues a pointer for the garbage collector to trace.
186 // tryGet dequeues a pointer for the garbage collector to trace.
217 // tryGetFast dequeues a pointer for the garbage collector to trace
234 // get dequeues a pointer for the garbage collector to trace, blocking
mstats.go 71 // Statistics about garbage collector.
221 // well as unreachable objects that the garbage collector has
228 // typical of stop-the-world garbage collectors).
334 // GCSys is bytes of memory in garbage collection metadata.
341 // Garbage collector statistics.
345 // The garbage collector's goal is to keep HeapAlloc ? NextGC.
351 // LastGC is the time the last garbage collection finished, as
359 // and only the garbage collector can run.
455 // which is a snapshot as of the most recently completed garbage
mbarrier.go 5 // Garbage collector: write barriers.
7 // For the concurrent garbage collector, the Go compiler implements
44 // from hiding an object from the garbage collector:
105 // consequence of this is that the garbage collector may cache the
125 // The Go garbage collector requires write barriers when heap pointers
126 // are stored in globals. Many garbage collectors ignore writes to
  /external/llvm/test/Bindings/OCaml/
executionengine.ml 103 (* Demonstrate that a garbage pointer wasn't returned. *)
  /external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
executionengine.ml 106 (* Demonstrate that a garbage pointer wasn't returned. *)
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
ScoringParamsTest.java 227 * Sanitize should hide garbage characters and truncate length
358 String garbage = "what??";
361 .thenReturn(garbage);
  /prebuilts/go/darwin-x86/src/cmd/vet/
unsafeptr.go 52 // because in the middle the garbage collector doesn't
  /prebuilts/go/linux-x86/src/cmd/vet/
unsafeptr.go 52 // because in the middle the garbage collector doesn't
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
regrtest.py 384 # Uncomment the line below to report garbage that is not
386 # garbage that is not collectable by the GC is reported.
576 if gc.garbage:
577 print "Warning: test created", len(gc.garbage),
581 found_garbage.extend(gc.garbage)
582 del gc.garbage[:]
    [all...]
  /prebuilts/go/darwin-x86/src/internal/trace/
order.go 39 garbage = ^uint64(0) - 1
186 g = garbage
38 garbage = ^uint64(0) - 1 const
  /prebuilts/go/darwin-x86/src/runtime/debug/
garbage_test.go 23 // especially if we follow up with an explicit garbage collection.
145 // Create some garbage, but not enough to trigger another GC.
  /prebuilts/go/darwin-x86/src/sync/
pool.go 24 // relieving pressure on the garbage collector. That is, it makes it easy to
219 // This function is called with the world stopped, at the beginning of a garbage collection.
  /prebuilts/go/linux-x86/src/internal/trace/
order.go 39 garbage = ^uint64(0) - 1
186 g = garbage
38 garbage = ^uint64(0) - 1 const
  /prebuilts/go/linux-x86/src/runtime/debug/
garbage_test.go 23 // especially if we follow up with an explicit garbage collection.
145 // Create some garbage, but not enough to trigger another GC.
  /prebuilts/go/linux-x86/src/sync/
pool.go 24 // relieving pressure on the garbage collector. That is, it makes it easy to
219 // This function is called with the world stopped, at the beginning of a garbage collection.
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/http2/hpack/
hpack.go 136 // garbage for header fields past the limit.
144 // underlying buffers for garbage reasons.
451 // []byte->string garbage are skipped if s will be ignored
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/http2/hpack/
hpack.go 136 // garbage for header fields past the limit.
144 // underlying buffers for garbage reasons.
451 // []byte->string garbage are skipped if s will be ignored
  /external/llvm/bindings/ocaml/executionengine/
llvm_executionengine.mli 44 engine is not garbage collected and must be destroyed with [dispose ee].

Completed in 1329 milliseconds

1 2 3 45 6 7 8 91011>>