Lines Matching refs:GCTracer
22 GCTracer::AllocationEvent::AllocationEvent(double duration, in AllocationEvent()
29 GCTracer::Event::Event(Type type, const char* gc_reason, in Event()
57 const char* GCTracer::Event::TypeName(bool short_name) const { in TypeName()
82 GCTracer::GCTracer(Heap* heap) in GCTracer() function in v8::internal::GCTracer
98 void GCTracer::Start(GarbageCollector collector, const char* gc_reason, in Start()
140 void GCTracer::Stop() { in Stop()
204 void GCTracer::AddNewSpaceAllocationTime(double duration, in AddNewSpaceAllocationTime()
210 void GCTracer::AddIncrementalMarkingStep(double duration, intptr_t bytes) { in AddIncrementalMarkingStep()
223 void GCTracer::Print() const { in Print()
266 void GCTracer::PrintNVP() const { in PrintNVP()
340 double GCTracer::MeanDuration(const EventBuffer& events) const { in MeanDuration()
354 double GCTracer::MaxDuration(const EventBuffer& events) const { in MaxDuration()
368 double GCTracer::MeanIncrementalMarkingDuration() const { in MeanIncrementalMarkingDuration()
393 double GCTracer::MaxIncrementalMarkingDuration() const { in MaxIncrementalMarkingDuration()
407 intptr_t GCTracer::IncrementalMarkingSpeedInBytesPerMillisecond() const { in IncrementalMarkingSpeedInBytesPerMillisecond()
432 intptr_t GCTracer::ScavengeSpeedInBytesPerMillisecond() const { in ScavengeSpeedInBytesPerMillisecond()
448 intptr_t GCTracer::MarkCompactSpeedInBytesPerMillisecond() const { in MarkCompactSpeedInBytesPerMillisecond()
465 intptr_t GCTracer::NewSpaceAllocationThroughputInBytesPerMillisecond() const { in NewSpaceAllocationThroughputInBytesPerMillisecond()