Home
last modified time | relevance | path

Searched refs:total_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium/base/threading/
Dsimple_thread_unittest.cc61 : seq_(seq), total_(total), event_(event) { } in VerifyPoolRunner()
64 if (seq_->GetNext() == total_) { in Run()
73 int total_; member in base::__anond48d58cd0111::VerifyPoolRunner
/external/v8/test/cctest/
Dtest-heap-profiler.cc723 : done_(0), total_(0), abort_count_(abort_count) {} in TestActivityControl()
726 total_ = total; in ReportProgressValue()
730 int total() { return total_; } in total()
734 int total_; member in __anon66c631c70311::TestActivityControl
/external/v8/src/
Dhydrogen.h1240 total_(0), in HStatistics()
1248 int64_t total_; variable
Dhydrogen.cc8121 static_cast<double>(total_) / 1000, in Print()
8122 static_cast<double>(total_) / full_code_gen_); in Print()
8130 total_ += ticks; in SaveTiming()