counter_ 50 src/counters.cc if (!counter_.Enabled())
counter_ 58 src/counters.cc if (!counter_.Enabled())
counter_ 64 src/counters.cc counter_.Increment(milliseconds);
counter_ 184 src/counters.h StatsCounter counter_;
counter_ 197 src/counters.h return counter_.Enabled() && start_time_ != 0 && stop_time_ == 0;
counter_ 6328 src/heap.cc switch (counter_++) {
counter_ 6350 src/heap.cc switch (counter_++) {
counter_ 6369 src/heap.cc switch (counter_++) {
counter_ 2155 src/heap.h AllSpaces() { counter_ = FIRST_SPACE; }
counter_ 2157 src/heap.h int counter_;
counter_ 2167 src/heap.h OldSpaces() { counter_ = OLD_POINTER_SPACE; }
counter_ 2169 src/heap.h int counter_;
counter_ 2179 src/heap.h PagedSpaces() { counter_ = OLD_POINTER_SPACE; }
counter_ 2181 src/heap.h int counter_;
counter_ 906 src/jsregexp.cc void Increment() { counter_++; }
counter_ 907 src/jsregexp.cc int counter() { return counter_; }
counter_ 911 src/jsregexp.cc int counter_;
counter_ 58 src/mksnapshot.cc return &counter_;
counter_ 61 src/mksnapshot.cc int32_t counter_;
counter_ 345 test/cctest/test-api.cc if (counter_ != NULL) ++*counter_;
counter_ 358 test/cctest/test-api.cc int* counter_;
counter_ 369 test/cctest/test-api.cc if (counter_ != NULL) ++*counter_;
counter_ 382 test/cctest/test-api.cc int* counter_;