Home
last modified time | relevance | path

Searched refs:NewSpaceAllocationThroughputInBytesPerMillisecond (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/heap/
Dgc-tracer.cc513 NewSpaceAllocationThroughputInBytesPerMillisecond(), in PrintNVP()
697 NewSpaceAllocationThroughputInBytesPerMillisecond(), in PrintNVP()
794 double GCTracer::NewSpaceAllocationThroughputInBytesPerMillisecond( in NewSpaceAllocationThroughputInBytesPerMillisecond() function in v8::internal::GCTracer
812 return NewSpaceAllocationThroughputInBytesPerMillisecond(time_ms) + in AllocationThroughputInBytesPerMillisecond()
Dgc-tracer.h288 double NewSpaceAllocationThroughputInBytesPerMillisecond(
Dheap.cc4120 tracer()->NewSpaceAllocationThroughputInBytesPerMillisecond()); in YoungGenerationMutatorUtilization()