Searched refs:Collector (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/v8/src/
H A Dutils-inl.h37 void Collector<T, growth_factor, max_growth>::Reset() {
H A Dpreparse-data.h134 Collector<unsigned> function_store_;
221 Collector<byte> literal_chars_;
222 Collector<byte> symbol_store_;
223 Collector<Key> symbol_keys_;
H A Dutils.h615 class Collector {
617 explicit Collector(int initial_capacity = kMinCapacity)
622 virtual ~Collector() {
642 // A basic Collector will keep this vector valid as long as the Collector
661 // A basic Collector will keep this vector valid as long as the Collector
763 * NOTICE: Blocks allocated using Collector::AddBlock(int) can move
767 class SequenceCollector : public Collector<T, growth_factor, max_growth> {
770 : Collector<
[all...]
/external/v8/src/
H A Dutils-inl.h37 void Collector<T, growth_factor, max_growth>::Reset() {
H A Dpreparse-data.h134 Collector<unsigned> function_store_;
221 Collector<byte> literal_chars_;
222 Collector<byte> symbol_store_;
223 Collector<Key> symbol_keys_;
H A Dutils.h523 class Collector {
525 explicit Collector(int initial_capacity = kMinCapacity)
530 virtual ~Collector() {
550 // A basic Collector will keep this vector valid as long as the Collector
569 // A basic Collector will keep this vector valid as long as the Collector
671 * NOTICE: Blocks allocated using Collector::AddBlock(int) can move
675 class SequenceCollector : public Collector<T, growth_factor, max_growth> {
678 : Collector<
[all...]
/external/chromium_org/v8/test/cctest/
H A Dtest-utils.cc166 TEST(Collector) {
167 Collector<int> collector(8);
H A Dtest-heap-profiler.cc642 i::Collector<char> buffer_;
/external/v8/test/cctest/
H A Dtest-utils.cc139 TEST(Collector) {
140 Collector<int> collector(8);
H A Dtest-heap-profiler.cc558 i::Collector<char> buffer_;
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dcollector.py124 class Collector(object): class in inherits:object
131 When the Collector is started, it creates a Tracer for the current thread,
133 When the Collector is stopped, all active Tracers are stopped.
135 Threads started while the Collector is stopped will never have Tracers
179 return "<Collector at 0x%x>" % id(self)
267 # Remove this Collector from the stack, and resume the one underneath
314 Note that no data is collected or returned if the Collector wasn't
H A Dcontrol.py8 from coverage.collector import Collector namespace
131 self.collector = Collector(
/external/clang/lib/AST/
H A DCXXInheritance.cpp639 FinalOverriderCollector Collector; local
640 Collector.Collect(this, false, 0, FinalOverriders);
H A DVTableBuilder.cpp1118 OverriddenMethodsCollector Collector = { &OverriddenMethods }; local
1119 visitAllOverriddenMethods(MD, Collector);
2681 InitialOverriddenDefinitionCollector Collector;
2682 visitAllOverriddenMethods(MD, Collector);
2685 Base.getBase()->lookupInBases(BaseInSet, &Collector.Bases, Paths);
/external/chromium_org/tools/gyp/test/lib/
H A DTestCmd.py314 class Collector: class in inherits:
1484 col = Collector(top)
1521 col = Collector(top)
1573 col = Collector(top)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1015 milliseconds