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

<<11121314151617181920>>

  /external/chromium_org/third_party/skia/third_party/lua/doc/
manual.html 775 a <em>garbage collector</em> to collect all <em>dead objects</em>
782 Lua implements an incremental mark-and-sweep collector.
784 the <em>garbage-collector pause</em> and
785 the <em>garbage-collector step multiplier</em>.
791 The garbage-collector pause
792 controls how long the collector waits before starting a new cycle.
793 Larger values make the collector less aggressive.
794 Values smaller than 100 mean the collector will not wait to
796 A value of 200 means that the collector waits for the total memory in use
801 The garbage-collector step multiplie
    [all...]
  /frameworks/base/docs/html/about/versions/
android-2.3-highlights.jd 212 <li>Concurrent garbage collector &mdash; The Dalivik VM introduces a new,
213 concurrent garbage collector that minimizes application pauses, helping to
410 <li>Concurrent garbage collector (target sub-3ms pauses)</li>
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pyexpat.py 272 def collector(name, *args): function in function:InterningTest.test
274 p.StartElementHandler = collector
275 p.EndElementHandler = collector
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pyexpat.py 272 def collector(name, *args): function in function:InterningTest.test
274 p.StartElementHandler = collector
275 p.EndElementHandler = collector
  /art/runtime/gc/collector/
mark_sweep.cc 50 namespace collector { namespace in namespace:art::gc
136 GetCurrentIteration()->SetClearSoftReferences(GetGcType() != collector::kGcTypeSticky);
536 explicit DelayReferenceReferentVisitor(MarkSweep* collector) : collector_(collector) {
    [all...]
  /external/chromium_org/third_party/skia/third_party/lua/src/
lgc.c 3 ** Garbage Collector
132 ** barrier that moves collector forward, that is, mark the white object
150 ** barrier that moves collector backward, that is, mark the black object
    [all...]
lapi.c 213 (collector revisits it before finishing collection) */
1084 case LUA_GCGEN: { /* change collector to generational mode */
1088 case LUA_GCINC: { /* change collector to incremental mode */
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar 
  /external/chromium_org/v8/src/heap/
spaces.cc 2534 MarkCompactCollector* collector = heap()->mark_compact_collector(); local
2550 MarkCompactCollector* collector = heap()->mark_compact_collector(); local
    [all...]
heap.cc 785 bool Heap::CollectGarbage(GarbageCollector collector, const char* gc_reason,
802 if (collector == SCAVENGER && !incremental_marking()->IsStopped()) {
808 if (collector == MARK_COMPACTOR &&
821 collector = SCAVENGER;
829 tracer()->Start(collector, gc_reason, collector_reason);
836 (collector == SCAVENGER) ? isolate_->counters()->gc_scavenger()
839 PerformGarbageCollection(collector, gc_callback_flags);
1506 MarkCompactCollector* collector = mark_compact_collector(); local
    [all...]
  /external/chromium_org/third_party/libxslt/libxslt/
variables.c 110 * in the garbage collector.
149 * in the RVT garbage collector.
204 * collector will free them after the function-calling process exits.
219 * by the fragment garbage collector.
383 * in the fragment garbage collector.
1168 * the Libxslt's garbage collector.
    [all...]
  /art/runtime/
thread.h 49 namespace collector { namespace in namespace:art::gc
51 } // namespace collector
    [all...]
  /external/chromium_org/content/shell/renderer/test_runner/
web_ax_object_proxy.cc 816 AttributesCollector collector; local
819 collector.CollectAttributes(accessibility_object_.childAt(i));
820 return collector.attributes();
    [all...]
  /external/chromium_org/tools/gn/
functions.cc 249 Scope::ItemVector* collector = scope->GetItemCollector();
250 if (!collector) {
254 collector->push_back(new scoped_ptr<Item>(config.PassAs<Item>()));
  /external/openssl/crypto/sha/
sha512.c 18 * - share common byte-order neutral collector and padding function
25 * there is no need for common collector/padding implementation [yet];
28 * we minimize burden of maintenance in two ways: a) collector/padding
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
splay.js 91 // Allow the garbage collector to reclaim the memory
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/helpers/
Camera2Focuser.java 120 StaticMetadata.CheckLevel.ASSERT, /*collector*/null);
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/testcases/
Camera2AndroidTestCase.java 185 CheckLevel.ASSERT, /*collector*/null);
Camera2MultiViewTestCase.java 360 CheckLevel.ASSERT, /*collector*/null);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
SpriteTextRenderer.java 286 // native heap where the garbage collector cannot
  /external/chromium_org/build/android/pylib/perf/
surface_stats_collector.py 230 example, if the app was closed before the collector thread has finished).
  /external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
incident_reporting_service.h 108 // environment data collector.
  /external/chromium_org/chrome/browser/safe_browsing/
malware_details.cc 269 // Call the cache collector
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
v8-splay.js 85 // Allow the garbage collector to reclaim the memory

Completed in 578 milliseconds

<<11121314151617181920>>