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

1 2 3 4 5 6 78 91011>>

  /libcore/luni/src/main/java/java/lang/
Runtime.java 294 * garbage collector. Note that this is a hint only. There is no guarantee
295 * that the garbage collector will actually be run.
System.java 196 * garbage collector. Note that this is a hint only. There is no guarantee
197 * that the garbage collector will actually be run.
ThreadLocal.java 282 // This thread local was reclaimed by the garbage collector.
  /libcore/luni/src/main/java/java/util/concurrent/atomic/
Fences.java 218 * object will ever be stored in the heap: A garbage collector may
434 * <li><em>b</em>, an action (by a garbage collector) taking
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
  /external/smack/src/org/jivesoftware/smackx/muc/
MultiUserChat.java 634 PacketCollector collector = connection.createPacketCollector(filter); local
636 IQ result = (IQ) collector.nextResult(SmackConfiguration.getPacketReplyTimeout());
637 collector.cancel();
669 PacketCollector collector = connection.createPacketCollector(filter); local
671 IQ result = (IQ) collector.nextResult(SmackConfiguration.getPacketReplyTimeout());
672 collector.cancel();
    [all...]
  /external/v8/include/
v8.h 130 * \param object the weak global object to be reclaimed by the garbage collector
145 * An object reference managed by the v8 garbage collector.
148 * collector so that it knows that the objects are still alive. Also,
149 * because the garbage collector may move objects, it is unsafe to
151 * handles which are known by the garbage collector and updated
306 * the garbage collector whenever the object is moved. A new storage
382 * refer to the object, the garbage collector will perform a
392 * Marks the reference to this object independent. Garbage collector
432 * garbage collector will no longer track the object stored in the
    [all...]
  /external/webkit/Source/JavaScriptGlue/
ChangeLog 38 collector/ => heap/
39 collector/* => heap/*
523 Moved Collector.* => Heap.*, since the file contains a class named "Heap".
    [all...]
  /dalvik/vm/alloc/
HeapSource.cpp 568 * among the heaps managed by the garbage collector.
896 * The garbage collector thread is already running or has yet
904 * garbage collector.
    [all...]
Copying.cpp 29 * A "mostly copying", generational, garbage collector.
83 * TODO: there is sufficient information within the garbage collector
821 * Notifies the collector that the object at the given address must
    [all...]
  /external/v8/src/
jsregexp.h 56 // This function calls the garbage collector if necessary.
64 // This function calls the garbage collector if necessary.
76 // This function calls the garbage collector if necessary.
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
auto-host.h 100 /* Define if you want the garbage collector to operate in maximally paranoid
108 /* Define if you want the garbage collector to do object poisoning and other
215 /* Define if the zone collector is in use */
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
auto-host.h 100 /* Define if you want the garbage collector to operate in maximally paranoid
108 /* Define if you want the garbage collector to do object poisoning and other
215 /* Define if the zone collector is in use */
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
auto-host.h 100 /* Define if you want the garbage collector to operate in maximally paranoid
108 /* Define if you want the garbage collector to do object poisoning and other
215 /* Define if the zone collector is in use */
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
auto-host.h 100 /* Define if you want the garbage collector to operate in maximally paranoid
108 /* Define if you want the garbage collector to do object poisoning and other
215 /* Define if the zone collector is in use */
    [all...]
  /external/webkit/Source/JavaScriptCore/
ChangeLog-2011-02-16 232 * collector/handles/Global.h: Added.
245 * collector/handles/Handle.h: Added.
265 * collector/handles/HandleHeap.cpp: Added.
273 * collector/handles/HandleHeap.h: Added.
    [all...]
  /dalvik/docs/
debugger.html 192 The debugger and garbage collector are somewhat loosely
  /external/clang/www/
comparison.html 77 custom garbage collector, uses global variables extensively, is not
  /external/openssl/crypto/
md32_common.h 53 * This is a generic 32 bit "collector" for message digest algorithms.
  /external/v8/test/cctest/
test-mark-compact.cc 106 // Call the m-c collector, so array becomes an old object.
  /external/webkit/
Android.mk 190 $(JAVASCRIPTCORE_PATH)/collector/handles \
  /external/webkit/Source/JavaScriptCore/API/
JSValueRef.h 281 @discussion Use this method when you want to store a JSValue in a global or on the heap, where the garbage collector will not be able to discover your reference to it.
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Date/
shell.js 187 * When running in the shell, run the garbage collector after the test has completed.
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
SamplingProfiler.java 135 * thread collector.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ImageOverlay.java 74 @SuppressWarnings("unused") // Used by the garbage collector to keep mAwtImage non-soft

Completed in 1368 milliseconds

1 2 3 4 5 6 78 91011>>