Searched refs:count_before (Results 1 – 4 of 4) sorted by relevance
150 int count_before = count.Count(); in TEST_F() local154 EXPECT_EQ(count_before, count.Count()); in TEST_F()159 EXPECT_LT(count_before, count.Count()); in TEST_F()
252 int count_before = in THREADED_TEST() local264 CHECK_EQ(count_before, count_after); in THREADED_TEST()
1740 int count_before = i::HandleScope::NumberOfHandles(isolate); in TEST() local1743 CHECK_EQ(count_before, count_after); in TEST()
982 int count_before = registers.Count(); in PushCPURegList() local987 int count = count_before - registers.Count(); in PushCPURegList()1000 int count_before = registers.Count(); in PopCPURegList() local1005 int count = count_before - registers.Count(); in PopCPURegList()