HomeSort by relevance Sort by last modified time
    Searched full:collector (Results 176 - 200 of 528) sorted by null

1 2 3 4 5 6 78 91011>>

  /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/
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 38 * native heap, but that's wasteful and hides allocations from the 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-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-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...]
  /art/runtime/gc/collector/
mark_sweep.h 59 namespace collector { namespace in namespace:art::gc
477 } // namespace collector
  /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
  /external/chromium_org/v8/src/third_party/vtune/
jitprofiling.cc 104 /* end collector dll part. */
296 /* this function loads the collector dll (BistroJavaCollector) and the relevant functions.
  /external/llvm/lib/CodeGen/
GCStrategy.cpp 10 // This file implements target- and collector-independent garbage collection
65 /// function representation to identify safe points for the garbage collector
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
jitprofiling.c 65 /* end collector dll part. */
272 /* this function loads the collector dll (BistroJavaCollector)
  /external/smack/src/org/jivesoftware/smack/
PacketReader.java 319 for (PacketCollector collector: connection.getPacketCollectors()) {
320 collector.processPacket(packet);
  /frameworks/base/docs/html/training/displaying-bitmaps/
cache-bitmap.jd 41 off-screen. The garbage collector also frees up your loaded bitmaps, assuming you don't keep any
60 this is not recommended. Starting from Android 2.3 (API Level 9) the garbage collector is more
  /art/runtime/native/
dalvik_system_VMRuntime.cc 55 // TODO: right now, we don't have a copying collector, so there's no need
  /cts/tests/core/runner/src/android/test/
InstrumentationCtsTestRunner.java 171 * explicit tearDown() method. Normally the garbage collector should
  /dalvik/vm/alloc/
Alloc.cpp 50 * Shutdown the threads internal to the garbage collector.
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
StaticTriangleRenderer.java 212 // native heap where the garbage collector cannot
TriangleRenderer.java 180 // native heap where the garbage collector cannot
  /development/samples/Compass/src/com/example/android/compass/
CompassActivity.java 181 // native heap where the garbage collector cannot
  /external/chromium_org/v8/src/
store-buffer.h 151 // The garbage collector iterates over many pointers to new space that are not
  /external/clang/www/analyzer/
annotations.html 159 that is managed by the garbage collector (and thus doesn't have a retain count
162 Foundation object (which may not be managed by the garbage collector) you should
250 garbage collector.</li>
269 collector.</li>
  /external/guava/guava-tests/test/com/google/common/eventbus/
EventBusTest.java 218 * A collector for DeadEvents.
  /external/v8/src/
store-buffer.h 143 // The garbage collector iterates over many pointers to new space that are not

Completed in 1731 milliseconds

1 2 3 4 5 6 78 91011>>