Searched refs:global_count_ (Results 1 - 9 of 9) sorted by relevance

/external/chromium/testing/gtest/test/
H A Dgtest-param-test_test.cc769 EXPECT_GE(global_count_, 2)
778 static int global_count_; member in class:SeparateInstanceTest
780 int SeparateInstanceTest::global_count_ = 0; member in class:SeparateInstanceTest
784 global_count_++;
851 static int global_count_; member in class:ParameterizedDerivedTest
854 int ParameterizedDerivedTest::global_count_ = 0; member in class:ParameterizedDerivedTest
863 EXPECT_EQ(GetParam(), global_count_++); local
/external/gtest/test/
H A Dgtest-param-test_test.cc769 EXPECT_GE(global_count_, 2)
778 static int global_count_; member in class:SeparateInstanceTest
780 int SeparateInstanceTest::global_count_ = 0; member in class:SeparateInstanceTest
784 global_count_++;
851 static int global_count_; member in class:ParameterizedDerivedTest
854 int ParameterizedDerivedTest::global_count_ = 0; member in class:ParameterizedDerivedTest
863 EXPECT_EQ(GetParam(), global_count_++); local
/external/protobuf/gtest/test/
H A Dgtest-param-test_test.cc735 EXPECT_GE(global_count_, 2)
744 static int global_count_; member in class:SeparateInstanceTest
746 int SeparateInstanceTest::global_count_ = 0; member in class:SeparateInstanceTest
750 global_count_++;
/external/v8/src/
H A Dfull-codegen.cc576 int save_global_count = global_count_;
577 global_count_ = 0;
582 if (global_count_ > 0) {
584 isolate()->factory()->NewFixedArray(2 * global_count_, TENURED);
617 global_count_ = save_global_count;
H A Dfull-codegen.h86 global_count_(0),
423 // Increments global_count_ for unallocated variables.
793 int global_count_; member in class:v8::internal::FullCodeGenerator
/external/v8/src/arm/
H A Dfull-codegen-arm.cc803 ++global_count_;
/external/v8/src/ia32/
H A Dfull-codegen-ia32.cc777 ++global_count_;
/external/v8/src/mips/
H A Dfull-codegen-mips.cc810 ++global_count_;
/external/v8/src/x64/
H A Dfull-codegen-x64.cc717 ++global_count_;

Completed in 163 milliseconds