Searched refs:Collector (Results 1 – 25 of 27) sorted by relevance
12
/external/v8/src/ |
D | preparse-data.h | 134 Collector<unsigned> function_store_; 221 Collector<byte> literal_chars_; 222 Collector<byte> symbol_store_; 223 Collector<Key> symbol_keys_;
|
D | utils.h | 523 class Collector { 525 explicit Collector(int initial_capacity = kMinCapacity) 530 virtual ~Collector() { in ~Collector() 675 class SequenceCollector : public Collector<T, growth_factor, max_growth> { 678 : Collector<T, growth_factor, max_growth>(initial_capacity), in SequenceCollector() 707 this->Collector<T, growth_factor, max_growth>::Reset(); in Reset() 718 this->Collector<T, growth_factor, max_growth>::NewChunk(new_capacity); in NewChunk()
|
D | utils-inl.h | 37 void Collector<T, growth_factor, max_growth>::Reset() { in Reset()
|
/external/webkit/LayoutTests/fast/js/resources/ |
D | garbage-collect-after-string-appends.js-disabled | 35 testPassed("Garbage Collector triggered") 37 testFailed("Garbage Collector NOT triggered. Number of JSObjects: " + jsObjCount);
|
/external/v8/test/cctest/ |
D | test-utils.cc | 139 TEST(Collector) { in TEST() argument 140 Collector<int> collector(8); in TEST()
|
D | test-heap-profiler.cc | 558 i::Collector<char> buffer_;
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2002-12-03 | 285 (Collector::collect): Remove separate unmarking pass and instead 443 (Collector::allocate): Clear the flags on newly allocated objects. 507 (Collector::allocate): Don't bother doing the bit tests on a bitmap word if 509 (Collector::collect): Track memoryFull boolean. 520 (Collector::allocate): 521 (Collector::collect): 522 (Collector::size): 523 (Collector::outOfMemory): 524 (Collector::finalCheck): 525 (Collector::numGCNotAllowedObjects): [all …]
|
D | ChangeLog-2007-10-14 | 550 (KJS::Collector::registerThread): 594 (KJS::Collector::registerThread): 671 (KJS::Collector::registerThread): 1008 …(KJS::Collector::allocate): Call abort() if an operation is already in progress. Set the new flag … 1010 (KJS::Collector::collect): Ditto. 1011 (KJS::Collector::isBusy): Added. 1087 …(KJS::Collector::registerThread): Register the CollectorHeapIntrospector with the system when the … 1252 (KJS::Collector::registerAsMainThread): 1312 (KJS::Collector::recordExtraCost): Basics of the extra cost mechanism. 1313 (KJS::Collector::allocate): ditto [all …]
|
D | ChangeLog-2010-05-24 | 1375 * runtime/Collector.cpp: 1377 * runtime/Collector.h: 3112 * runtime/Collector.cpp: 3260 * runtime/Collector.cpp: 3788 * runtime/Collector.cpp: 3810 * runtime/Collector.cpp: 4048 * runtime/Collector.cpp: 5029 * runtime/Collector.cpp: use the msvc code for mingw-w64 (but not mingw-w32) 5084 * runtime/Collector.cpp: 5445 * runtime/Collector.cpp: [all …]
|
D | ChangeLog-2008-08-10 | 5150 … * kjs/collector.h: Turned Collector into an actual object with its own data, renamed to Heap. 6066 (KJS::Collector::collect): 6068 (KJS::Collector::markListSet): 7209 (KJS::Collector::collect): 7211 (KJS::Collector::markListSet): 7224 to an appropriate Heap's protected list. For now, a static Collector::markListSet() is 7550 It will also keep a Heap pointer, but right now, Heap (Collector) methods are all static. 7775 (KJS::Collector::heapAllocate): This template function is only 8819 (KJS::Collector::allocate): 8820 (KJS::Collector::allocateNumber): [all …]
|
D | ChangeLog-2011-02-16 | 5754 Moved Collector.* => Heap.*, since the file contains a class named "Heap". 5767 * runtime/Collector.cpp: Removed. 5768 * runtime/Collector.h: Removed. 5771 * runtime/Heap.cpp: Copied from JavaScriptCore/runtime/Collector.cpp. 5772 * runtime/Heap.h: Copied from JavaScriptCore/runtime/Collector.h. 6377 * runtime/Collector.cpp: 6381 * runtime/Collector.h: 6388 * runtime/MachineStackMarker.h: Copied from Source/JavaScriptCore/runtime/Collector.h. 6389 * runtime/MachineStackMarker.cpp: Copied from Source/JavaScriptCore/runtime/Collector.cpp. 7271 * runtime/Collector.cpp: [all …]
|
D | ChangeLog-2009-06-16 | 2492 Make sure pthread_self() is declared before it gets called in Collector.cpp 2494 * runtime/Collector.cpp: Include pthread.h in most Unix-like platforms 4868 * runtime/Collector.cpp: 6341 * runtime/Collector.cpp: 6345 * runtime/Collector.h: 7361 * runtime/Collector.cpp: 7363 * runtime/Collector.h: 8203 * runtime/Collector.cpp: 8250 * runtime/Collector.cpp: 8309 * runtime/Collector.cpp: [all …]
|
D | ChangeLog-2003-10-25 | 140 - fixed rdar://problem/3397316 - sherlock crash: KJS::Collector::allocate(unsigned long)
|
/external/clang/lib/AST/ |
D | CXXInheritance.cpp | 626 FinalOverriderCollector Collector; in getFinalOverriders() local 627 Collector.Collect(this, false, 0, FinalOverriders); in getFinalOverriders()
|
/external/webkit/Source/JavaScriptGlue/ |
D | ChangeLog | 523 Moved Collector.* => Heap.*, since the file contains a class named "Heap". 2417 KJS::Collector::collect() (missing JSLock) 2725 in KJS::Collector::markOtherThreadConservatively(KJS::Collector::Thread*)
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2002-12-03 | 15874 * src/kdelibs/kjs/collector.cpp: (Collector::allocate), (Collector::collect), 15875 (Collector::finalCheck):
|
D | ChangeLog-2011-02-16 | 29146 Moved Collector.* => Heap.*, since the file contains a class named "Heap". 29148 * ForwardingHeaders/runtime/Collector.h: Removed. 29149 … * ForwardingHeaders/runtime/Heap.h: Copied from WebCore/ForwardingHeaders/runtime/Collector.h.
|
D | ChangeLog-2003-10-25 | 212 …- fixed 3419940 - unrepro crash in KJS::Collector::allocate trying to access http://www.lindyinthe…
|
D | ChangeLog-2009-06-16 | 20625 * ForwardingHeaders/runtime/Collector.h: 68767 Remove unused runtime/Collector, JSLock includes in Page.cpp 72379 * ForwardingHeaders/runtime/Collector.h: Copied from ForwardingHeaders/kjs/collector.h.
|
D | ChangeLog-2007-10-14 | 14866 Changed Collector::collect() calls below to call to the singleton: 51022 objects when collecting on a secondary thread. The Collector takes care
|
/external/webkit/Source/WebKit/win/ |
D | ChangeLog-2009-06-16 | 4341 Use JSGlobalData::threadInstance()->heap instead of static Collector calls. 4950 …Replaced static Collector calls with calls to a current thread's instance. Pass ExecState to jsStr…
|
/external/webkit/Source/WebKit/mac/ |
D | ChangeLog-2010-01-29 | 16683 Use JSGlobalData::threadInstance()->heap instead of static Collector calls. 17854 Replaced static Collector calls with calls to a current thread's instance.
|
D | ChangeLog-2002-12-03 | 11286 Call through WebCoreJavaScript instead of going directly to kjs::Collector.
|
D | ChangeLog-2006-02-09 | 20118 …- fixed 3419940 - unrepro crash in KJS::Collector::allocate trying to access http://www.lindyinthe…
|
/external/webkit/Tools/ |
D | ChangeLog-2009-06-16 | 17921 crashes in KJS::Collector::markOtherThreadConservatively(KJS::Collector::Thread*)
|
12