Home
last modified time | relevance | path

Searched refs:Collector (Results 1 – 25 of 27) sorted by relevance

12

/external/v8/src/
Dpreparse-data.h134 Collector<unsigned> function_store_;
221 Collector<byte> literal_chars_;
222 Collector<byte> symbol_store_;
223 Collector<Key> symbol_keys_;
Dutils.h523 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()
Dutils-inl.h37 void Collector<T, growth_factor, max_growth>::Reset() { in Reset()
/external/webkit/LayoutTests/fast/js/resources/
Dgarbage-collect-after-string-appends.js-disabled35 testPassed("Garbage Collector triggered")
37 testFailed("Garbage Collector NOT triggered. Number of JSObjects: " + jsObjCount);
/external/v8/test/cctest/
Dtest-utils.cc139 TEST(Collector) { in TEST() argument
140 Collector<int> collector(8); in TEST()
Dtest-heap-profiler.cc558 i::Collector<char> buffer_;
/external/webkit/Source/JavaScriptCore/
DChangeLog-2002-12-03285 (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 …]
DChangeLog-2007-10-14550 (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 …]
DChangeLog-2010-05-241375 * 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 …]
DChangeLog-2008-08-105150 … * 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 …]
DChangeLog-2011-02-165754 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 …]
DChangeLog-2009-06-162492 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 …]
DChangeLog-2003-10-25140 - fixed rdar://problem/3397316 - sherlock crash: KJS::Collector::allocate(unsigned long)
/external/clang/lib/AST/
DCXXInheritance.cpp626 FinalOverriderCollector Collector; in getFinalOverriders() local
627 Collector.Collect(this, false, 0, FinalOverriders); in getFinalOverriders()
/external/webkit/Source/JavaScriptGlue/
DChangeLog523 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/
DChangeLog-2002-12-0315874 * src/kdelibs/kjs/collector.cpp: (Collector::allocate), (Collector::collect),
15875 (Collector::finalCheck):
DChangeLog-2011-02-1629146 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.
DChangeLog-2003-10-25212 …- fixed 3419940 - unrepro crash in KJS::Collector::allocate trying to access http://www.lindyinthe…
DChangeLog-2009-06-1620625 * 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.
DChangeLog-2007-10-1414866 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/
DChangeLog-2009-06-164341 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/
DChangeLog-2010-01-2916683 Use JSGlobalData::threadInstance()->heap instead of static Collector calls.
17854 Replaced static Collector calls with calls to a current thread's instance.
DChangeLog-2002-12-0311286 Call through WebCoreJavaScript instead of going directly to kjs::Collector.
DChangeLog-2006-02-0920118 …- fixed 3419940 - unrepro crash in KJS::Collector::allocate trying to access http://www.lindyinthe…
/external/webkit/Tools/
DChangeLog-2009-06-1617921 crashes in KJS::Collector::markOtherThreadConservatively(KJS::Collector::Thread*)

12