HomeSort by relevance Sort by last modified time
    Searched defs:collector_ (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/v8/src/
sweeper-thread.h 62 MarkCompactCollector* collector_; member in class:v8::internal::SweeperThread
mark-compact.h 1008 collector_(collector) {
1009 collector_->set_sequential_sweeping(true);
1013 collector_->set_sequential_sweeping(false);
1017 MarkCompactCollector* collector_; member in class:v8::internal::BASE_EMBEDDED
mark-compact.cc 1749 MarkCompactCollector* collector_; member in class:v8::internal::CodeMarkingVisitor
1774 MarkCompactCollector* collector_; member in class:v8::internal::SharedFunctionInfoMarkingVisitor
1870 MarkCompactCollector* collector_; member in class:v8::internal::RootMarkingVisitor
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
profiler.cc 101 // lock_ is held all over all collector_ method calls except for the 'Add'
103 // collector_'s control routines. Code other than signal handler must
104 // unregister the signal handler before calling any collector_ method.
108 ProfileData collector_; member in class:CpuProfiler
161 if (collector_.enabled()) {
170 if (!collector_.Start(fname, collector_options)) {
194 if (!collector_.enabled()) {
204 collector_.Stop();
210 if (!collector_.enabled()) {
220 collector_.FlushTable()
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
profiler.cc 99 // lock_ is held all over all collector_ method calls except for the 'Add'
101 // collector_'s control routines. Code other than signal handler must
102 // unregister the signal handler before calling any collector_ method.
106 ProfileData collector_; member in class:CpuProfiler
159 if (collector_.enabled()) {
168 if (!collector_.Start(fname, collector_options)) {
192 if (!collector_.enabled()) {
202 collector_.Stop();
208 if (!collector_.enabled()) {
218 collector_.FlushTable()
    [all...]