Lines Matching refs:tracer
6157 GCTracer* tracer = heap->tracer(); in TEST() local
6160 tracer->SampleAllocation(time1, counter1, 0); in TEST()
6163 tracer->SampleAllocation(time2, counter2, 0); in TEST()
6165 tracer->NewSpaceAllocationThroughputInBytesPerMillisecond(); in TEST()
6169 tracer->SampleAllocation(time3, counter3, 0); in TEST()
6170 throughput = tracer->NewSpaceAllocationThroughputInBytesPerMillisecond(); in TEST()
6180 GCTracer* tracer = heap->tracer(); in TEST() local
6183 tracer->SampleAllocation(time1, counter1, 0); in TEST()
6186 tracer->SampleAllocation(time2, counter2, 0); in TEST()
6188 tracer->NewSpaceAllocationThroughputInBytesPerMillisecond(100); in TEST()
6192 tracer->SampleAllocation(time3, counter3, 0); in TEST()
6193 throughput = tracer->NewSpaceAllocationThroughputInBytesPerMillisecond(100); in TEST()
6293 GCTracer* tracer = heap->tracer(); in TEST() local
6296 tracer->SampleAllocation(time1, 0, counter1); in TEST()
6299 tracer->SampleAllocation(time2, 0, counter2); in TEST()
6301 tracer->OldGenerationAllocationThroughputInBytesPerMillisecond(100); in TEST()
6305 tracer->SampleAllocation(time3, 0, counter3); in TEST()
6307 tracer->OldGenerationAllocationThroughputInBytesPerMillisecond(100); in TEST()
6317 GCTracer* tracer = heap->tracer(); in TEST() local
6320 tracer->SampleAllocation(time1, counter1, counter1); in TEST()
6323 tracer->SampleAllocation(time2, counter2, counter2); in TEST()
6324 size_t throughput = tracer->AllocationThroughputInBytesPerMillisecond(100); in TEST()
6328 tracer->SampleAllocation(time3, counter3, counter3); in TEST()
6329 throughput = tracer->AllocationThroughputInBytesPerMillisecond(100); in TEST()