HomeSort by relevance Sort by last modified time
    Searched full:collector (Results 201 - 225 of 545) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/ppapi/c/private/
ppb_testing_private.h 144 * Run the V8 garbage collector for tests.
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
ScriptPromiseProperty.h 35 // To avoid exposing the action of the garbage collector to script,
  /external/chromium_org/v8/src/heap/
mark-compact.h 497 // Mark-Compact collector
687 // The current stage of the collector.
940 explicit SequentialSweepingScope(MarkCompactCollector* collector)
941 : collector_(collector) {
store-buffer.h 126 // The garbage collector iterates over many pointers to new space that are not
mark-compact.cc 1382 MarkCompactCollector* collector = heap->mark_compact_collector(); local
1518 MarkCompactCollector* collector = heap->mark_compact_collector(); local
    [all...]
  /external/clang/lib/Sema/
TypeLocBuilder.cpp 1 //===--- TypeLocBuilder.cpp - Type Source Info collector ------------------===//
TypeLocBuilder.h 1 //===--- TypeLocBuilder.h - Type Source Info collector ----------*- C++ -*-===//
  /external/deqp/framework/common/
tcuTestContext.hpp 86 * \brief Test result collector
  /external/emma/core/java12/com/vladium/util/
SoftValueMap.java 67 * have been cleared by the garbage collector [may not be less than 1].
70 * have been cleared by the garbage collector [may not be less than 1].
149 * value has been cleared by the garbage collector and removed from the table.
219 * existed or its value has been cleared by the garbage collector and removed from the table].
  /external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
JHdf.java 76 // Data object as far as the garbage collector is concerned and
  /external/llvm/bindings/python/llvm/
common.py 49 placed inside this object so the Python garbage collector will not
  /external/llvm/lib/CodeGen/AsmPrinter/
ErlangGCPrinter.cpp 45 X("erlang", "erlang-compatible garbage collector");
OcamlGCPrinter.cpp 43 Y("ocaml", "ocaml 3.10-compatible collector");
  /frameworks/base/test-runner/src/android/test/
InstrumentationCoreTestRunner.java 165 * explicit tearDown() method. Normally the garbage collector should
  /frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
TestService.java 496 super("Gc", "Run garbage collector");
507 super("ObjectGc", "Run garbage collector with simple objects");
526 super("FinalizingGc", "Run garbage collector with finalizable objects");
537 super("PaintGc", "Run garbage collector with Paint objects");
    [all...]
  /frameworks/native/opengl/tests/gldual/src/com/android/gldual/
TriangleRenderer.java 115 // native heap where the garbage collector cannot
  /libcore/luni/src/main/java/java/lang/ref/
ReferenceQueue.java 22 * enqueued when the garbage collector detects the reachability type specified
SoftReference.java 54 * When the garbage collector encounters an object {@code obj} that is
  /libcore/luni/src/main/native/
java_util_regex_Matcher.cpp 41 * native heap, but that's wasteful and hides allocations from the garbage collector.
libcore_icu_NativeBreakIterator.cpp 39 * native heap, but that's wasteful and hides allocations from the garbage collector.
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
rubytracking.swg 7 * garbage collector.
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pystate.h 88 * extremely lightweight statistic collector may be of interest to
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pystate.h 88 * extremely lightweight statistic collector may be of interest to
  /external/clang/test/Analysis/
retain-release-path-notes-gc.m 50 CFMakeCollectable(leaked); // expected-note{{In GC mode a call to 'CFMakeCollectable' decrements an object's retain count and registers the object with the garbage collector. An object must have a 0 retain count to be garbage collected. After this call its retain count is +1}}
51 NSMakeCollectable(leaked); // expected-note{{In GC mode a call to 'NSMakeCollectable' decrements an object's retain count and registers the object with the garbage collector. Since it now has a 0 retain count the object can be automatically collected by the garbage collector}}
67 return object; // expected-warning{{leak}} expected-note{{Object returned to caller as an owning reference (single retain count transferred to caller)}} expected-note{{Object leaked: object allocated and stored into 'object' and returned from method 'getViolation' is potentially leaked when using garbage collection. Callers of this method do not expect a returned object with a +1 retain count since they expect the object to be managed by the garbage collector}}
72 return object; // expected-warning{{leak}} expected-note{{Object returned to caller as an owning reference (single retain count transferred to caller)}} expected-note{{Object leaked: object allocated and stored into 'object' and returned from method 'copyViolation' is potentially leaked when using garbage collection. Callers of this method do not expect a returned object with a +1 retain count since they expect the object to be managed by the garbage collector}}
433 // CHECK-NEXT: <string>In GC mode a call to &apos;CFMakeCollectable&apos; decrements an object&apos;s retain count and registers the object with the garbage collector. An object must have a 0 retain count to be garbage collected. After this call its retain count is +1</string>
435 // CHECK-NEXT: <string>In GC mode a call to &apos;CFMakeCollectable&apos; decrements an object&apos;s retain count and registers the object with the garbage collector. An object must have a 0 retain count to be garbage collected. After this call its retain count is +1</string>
508 // CHECK-NEXT: <string>In GC mode a call to &apos;NSMakeCollectable&apos; decrements an object&apos;s retain count and registers the object with the garbage collector. Since it now has a 0 retain count the object can be automatically collected by the garbage collector</string>
510 // CHECK-NEXT: <string>In GC mode a call to &apos;NSMakeCollectable&apos; decrements an object&apos;s retain count and registers the object with the garbage collector. Since it now has a 0 retain count the object can be automatically collected by the garbage collec (…)
    [all...]
  /external/apache-http/src/org/apache/commons/logging/impl/
WeakHashtable.java 26 * to hold its keys thus allowing them to be reclaimed by the garbage collector.
43 * allow classloaders to be collected by the garbage collector without the need

Completed in 1478 milliseconds

1 2 3 4 5 6 7 891011>>