Lines Matching refs:counter3
6104 size_t counter3 = heap->NewSpaceAllocationCounter();
6105 CHECK_EQ(0U, counter3 - counter2);
6133 size_t counter3 = heap->OldGenerationAllocationCounter();
6134 CHECK_EQ(0u, counter3 - counter2);
6138 CHECK_LE(kSize, counter4 - counter3);
6168 size_t counter3 = 30000;
6169 tracer->SampleAllocation(time3, counter3, 0);
6171 CHECK_EQ((counter3 - counter1) / (time3 - time1), throughput);
6191 size_t counter3 = 30000;
6192 tracer->SampleAllocation(time3, counter3, 0);
6194 CHECK_EQ((counter3 - counter1) / (time3 - time1), throughput);
6304 size_t counter3 = 30000;
6305 tracer->SampleAllocation(time3, 0, counter3);
6308 CHECK_EQ((counter3 - counter1) / (time3 - time1), throughput);
6327 size_t counter3 = 30000;
6328 tracer->SampleAllocation(time3, counter3, counter3);
6330 CHECK_EQ(2 * (counter3 - counter1) / (time3 - time1), throughput);