HomeSort by relevance Sort by last modified time
    Searched full:collector (Results 126 - 150 of 403) sorted by null

1 2 3 4 56 7 8 91011>>

  /libcore/dalvik/src/main/java/dalvik/system/
VMRuntime.java 86 * <p>This is only a hint to the garbage collector and may be ignored.
  /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.
java_nio_charset_Charsets.cpp 34 * to the garbage collector (nor hide potentially large allocations from it).
  /external/webkit/Source/JavaScriptCore/
ChangeLog-2008-08-10 100 * kjs/collector.cpp:
103 * kjs/collector.h:
317 * kjs/collector.h:
409 * kjs/collector.cpp:
448 * kjs/collector.cpp:
453 * kjs/collector.h:
473 * kjs/collector.h:
534 * kjs/collector.cpp:
638 * kjs/collector.cpp:
642 * kjs/collector.h: Made Heap destructor public, so that JSContextRelease can use it
    [all...]
ChangeLog     [all...]
  /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...]
  /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/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
  /cts/tests/core/runner/src/android/test/
InstrumentationCtsTestRunner.java 171 * explicit tearDown() method. Normally the garbage collector should
  /dalvik/vm/alloc/
Alloc.cpp 47 * 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/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
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Array/
regress-157652.js 60 * used. This will tell the garbage collector the memory is no longer needed.
  /external/webkit/Source/JavaScriptCore/wtf/
ThreadingPthreads.cpp 199 // garbage collector in case API implementations use garbage-collected memory.
  /external/webkit/Source/WebCore/bindings/v8/
DOMDataStore.cpp 62 // collector will remove these groups after each GC.
  /libcore/luni/src/main/java/java/lang/
Daemons.java 118 * This heap management thread moves elements from the garbage collector's

Completed in 1553 milliseconds

1 2 3 4 56 7 8 91011>>