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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
v8-splay.js 86 // Allow the garbage collector to reclaim the memory
  /external/chromium_org/third_party/WebKit/Source/wtf/
ThreadingPthreads.cpp 210 // garbage collector in case API implementations use garbage-collected memory.
  /external/chromium_org/v8/benchmarks/
splay.js 91 // Allow the garbage collector to reclaim the memory
  /external/guava/guava/src/com/google/common/base/
FinalizableReferenceQueue.java 43 * map built by MapMaker) no longer has a strong reference to this object, the garbage collector
  /external/v8/benchmarks/
splay.js 91 // Allow the garbage collector to reclaim the memory
  /frameworks/base/docs/html/tools/debugging/
index.jd 171 The debugger and garbage collector are currently loosely integrated. The VM guarantees that any
  /frameworks/base/media/java/android/media/
MediaExtractor.java 191 * instead of relying on the garbage collector to do this for you at
MediaMuxer.java 341 * instead of relying on the garbage collector to do this for you at
  /frameworks/base/media/mca/filterfw/jni/
jni_util.h 41 // does hold a global reference to it, so that the Java garbage collector does
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
asynchat.py 103 # throw it to the collector method,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
asynchat.py 103 # throw it to the collector method,
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
statscollector.cc 300 StatsCollector* collector) {
305 StatsReport* report = collector->PrepareReport(ssrc, transport_id);
  /external/chromium_org/v8/src/
handles.cc 331 // collector will call the weak callback on the global handle
374 // garbage collector when it is not used anymore.
    [all...]
heap-inl.h 543 GarbageCollector collector = SelectGarbageCollector(space, &collector_reason); local
544 return CollectGarbage(space, collector, gc_reason, collector_reason);
spaces.cc 2625 MarkCompactCollector* collector = heap()->mark_compact_collector(); local
    [all...]
  /external/clang/lib/AST/
CXXInheritance.cpp 639 FinalOverriderCollector Collector;
640 Collector.Collect(this, false, 0, FinalOverriders);
  /external/smack/src/org/jivesoftware/smack/
BOSHConnection.java 581 for (PacketCollector collector : getPacketCollectors()) {
582 collector.processPacket(packet);
  /external/v8/src/
global-handles.cc 528 GarbageCollector collector) {
535 if (collector == SCAVENGER) {
heap-inl.h 439 GarbageCollector collector = SelectGarbageCollector(space, &collector_reason); local
440 return CollectGarbage(space, collector, gc_reason, collector_reason);
incremental-marking.cc 632 MarkCompactCollector* collector = heap_->mark_compact_collector(); local
638 collector->RecordSlot(slot, slot, *slot);
mark-compact.h 391 // Mark-Compact collector
567 // The current stage of the collector.
  /frameworks/base/docs/html/training/articles/
perf-tips.jd 58 <p>Object creation is never free. A generational garbage collector with per-thread allocation
64 concurrent garbage collector introduced in Android 2.3 helps, but unnecessary work
  /libcore/luni/src/main/java/java/lang/
Runtime.java 297 * garbage collector. Note that this is a hint only. There is no guarantee
298 * that the garbage collector will actually be run.
System.java 195 * garbage collector. Note that this is a hint only. There is no guarantee
196 * that the garbage collector will actually be run.
  /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

Completed in 2969 milliseconds

1 2 3 4 5 6 7 8 91011>>