Home
last modified time | relevance | path

Searched defs:current_ms (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/heap/
Dgc-tracer.cc326 void GCTracer::SampleAllocation(double current_ms, in SampleAllocation()
353 void GCTracer::AddAllocation(double current_ms) { in AddAllocation()
/external/v8/test/unittests/
Dcounters-unittest.cc34 void AddSample(double current_ms, double current_value) { in AddSample()
/external/v8/src/
Dcounters.h413 void AggregatedMemoryHistogram<Histogram>::AddSample(double current_ms, in AddSample()
471 double AggregatedMemoryHistogram<Histogram>::Aggregate(double current_ms, in Aggregate()