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::__anon0442b50a0111::VerifyPoolRunner
/external/v8/test/cctest/
Dtest-heap-profiler.cc1087 : done_(0), total_(0), abort_count_(abort_count) {} in TestActivityControl()
1090 total_ = total; in ReportProgressValue()
1094 int total() { return total_; } in total()
1098 int total_; member in __anon9976e6e40511::TestActivityControl
/external/v8/src/
Dhydrogen.h1011 total_(0), in HStatistics()
1019 int64_t total_; variable
Dhydrogen.cc6039 static_cast<double>(total_) / 1000, in Print()
6040 static_cast<double>(total_) / full_code_gen_); in Print()
6048 total_ += ticks; in SaveTiming()