HomeSort by relevance Sort by last modified time
    Searched full:finalizers (Results 1 - 25 of 53) sorted by null

1 2 3

  /art/test/059-finalizer-throw/
info.txt 1 Verify that exceptions thrown from finalizers are ignored.
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLSharedWebGraphicsContext3D.h 21 // finalizers have run. With Oilpan, accomplish that by having the
WebGLVertexArrayObjectOES.cpp 101 // build. They could have been already finalized. The finalizers
  /libcore/support/src/test/java/libcore/java/lang/ref/
FinalizationTester.java 20 * Triggers finalizers to run. Note that live-precise bugs may interfere with
  /external/chromium_org/content/public/android/java/src/org/chromium/content/common/
CleanupReference.java 23 * finalizers and likewise should not use this class for the same reasons. The
29 * cleanup processing until after finalizers (if any) have run. In general usage of
30 * this class indicates the client does NOT use finalizers anyway (Good), so this should
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
util.py 246 Run all finalizers whose exit priority is not None and at least minpriority
248 Finalizers with highest priority are called first; finalizers with
298 debug('running all "atexit" finalizers with priority >= 0')
321 debug('running the remaining "atexit" finalizers')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
util.py 246 Run all finalizers whose exit priority is not None and at least minpriority
248 Finalizers with highest priority are called first; finalizers with
298 debug('running all "atexit" finalizers with priority >= 0')
321 debug('running the remaining "atexit" finalizers')
  /art/runtime/gc/
reference_processor.h 96 // Boolean for whether or not we are preserving references (either soft references or finalizers).
  /art/test/036-finalizer/src/
Main.java 24 * This only works if System.runFinalization() causes finalizers to run
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
IsCollectedDebuggee.java 73 System.runFinalization(); // Make sure that the finalizers are finished running.
  /external/chromium_org/third_party/skia/third_party/lua/src/
lstate.h 35 ** Objects with finalizers are kept in the list g->finobj.
128 GCObject *finobj; /* list of collectable objects with finalizers */
lgc.c 36 /* maximum number of finalizers to call in each GC step */
965 ** call all pending finalizers
979 separatetobefnz(L, 1); /* separate all objects with finalizers */
984 sweepwholelist(L, &g->finobj); /* finalizers can create objs. in 'finobj' */
1010 /* clear values from weak tables, before checking finalizers */
    [all...]
  /libcore/libart/src/main/java/java/lang/
Object.java 213 * objects that don't. Finalizers may be run a long time after the object is no longer
215 * Note also that finalizers are run on a single VM-wide finalizer thread,
225 * <p>If you <i>must</i> use finalizers, consider at least providing your own
228 * <p>Unlike constructors, finalizers are not automatically chained. You are responsible for
231 * <p>Uncaught exceptions thrown by finalizers are ignored and do not terminate the finalizer
234 * See <i>Effective Java</i> Item 7, "Avoid finalizers" for more.
Enum.java 215 * Enum types may not have finalizers.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
check-for-exit-time-destructors 87 # With GC logging enabled Heap.o may contain finalizers, so we ignore them.
  /external/compiler-rt/lib/tsan/rtl/
tsan_interface_java.h 56 // before executing a batch of finalizers.
  /external/guava/guava/src/com/google/common/io/
FileBackedOutputStream.java 196 // Finalizers are not guaranteed to be called on system shutdown;
  /external/llvm/include/llvm/IR/
LegacyPassManager.h 95 /// doFinalization - Run all of the finalizers for the function passes.
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pythonrun.h 133 /* Various internal finalizers */
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pythonrun.h 133 /* Various internal finalizers */
  /external/chromium_org/base/android/jni_generator/java/src/org/chromium/example/jni_generator/
SampleForTests.java 45 // in turn deletes the native object). Avoid relying on finalizers: those run in a different
112 // * using finalizers are not allowed to destroy the cpp class.
  /frameworks/base/core/java/android/os/
PerformanceCollector.java 540 // finalizers and another GC before starting and stopping the alloc
542 // waiting for their finalizers to be run.
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.0/
commons-compress-1.0.pom 185 <ruleset>/rulesets/finalizers.xml</ruleset>
  /docs/source.android.com/src/source/
code-style.jd 168 <h3 id="dont-use-finalizers">Don't Use Finalizers</h3>
169 <p>Finalizers are a way to have a chunk of code executed
174 <p>Decision: we don't use finalizers. In most cases, you can do what
  /external/llvm/lib/Analysis/
RegionPass.cpp 63 if (RQ.empty()) // No regions, skip calling finalizers

Completed in 1683 milliseconds

1 2 3