Home
last modified time | relevance | path

Searched refs:PrintWithTimestamp (Results 1 – 11 of 11) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dincremental-marking.cc138 heap()->isolate()->PrintWithTimestamp( in Start()
244 heap()->isolate()->PrintWithTimestamp( in StartMarking()
250 heap()->isolate()->PrintWithTimestamp( in StartMarking()
287 heap()->isolate()->PrintWithTimestamp("[IncrementalMarking] Running\n"); in StartMarking()
312 heap()->isolate()->PrintWithTimestamp( in StartBlackAllocation()
325 heap()->isolate()->PrintWithTimestamp( in PauseBlackAllocation()
335 heap()->isolate()->PrintWithTimestamp( in FinishBlackAllocation()
434 heap()->isolate()->PrintWithTimestamp( in FinalizeIncrementally()
586 heap()->isolate()->PrintWithTimestamp( in Stop()
623 heap()->isolate()->PrintWithTimestamp( in FinalizeMarking()
[all …]
Dstress-scavenge-observer.cc24 heap_->isolate()->PrintWithTimestamp( in StressScavengeObserver()
39 heap_->isolate()->PrintWithTimestamp( in Step()
52 heap_->isolate()->PrintWithTimestamp("[Scavenge] GC requested\n"); in Step()
70 heap_->isolate()->PrintWithTimestamp( in RequestedGCDone()
73 heap_->isolate()->PrintWithTimestamp("[Scavenge] %d%% is the new limit\n", in RequestedGCDone()
Dmemory-reducer.cc47 heap->isolate()->PrintWithTimestamp( in RunInternal()
75 heap()->isolate()->PrintWithTimestamp("Memory reducer: started GC #%d\n", in NotifyTimer()
99 heap()->isolate()->PrintWithTimestamp( in NotifyTimer()
117 heap()->isolate()->PrintWithTimestamp( in NotifyMarkCompact()
Dheap-controller.cc21 Isolate::FromHeap(heap)->PrintWithTimestamp( in GrowingFactor()
161 Isolate::FromHeap(heap)->PrintWithTimestamp( in CalculateAllocationLimit()
Dincremental-marking-inl.h48 heap()->isolate()->PrintWithTimestamp( in RestartIfNotMarking()
Dconcurrent-marking.cc479 isolate->PrintWithTimestamp("Starting concurrent marking task %d\n", in Run()
574 heap_->isolate()->PrintWithTimestamp( in Run()
Dgc-tracer.cc739 heap_->isolate()->PrintWithTimestamp( in PrintNVP()
821 heap_->isolate()->PrintWithTimestamp( in PrintNVP()
876 heap_->isolate()->PrintWithTimestamp( in PrintNVP()
Dscavenger.cc484 isolate_->PrintWithTimestamp( in IterateStackAndScavenge()
Dheap.cc2630 isolate()->PrintWithTimestamp( in MinorMarkCompact()
2751 isolate()->PrintWithTimestamp( in Scavenge()
3756 isolate()->PrintWithTimestamp( in ComputeMutatorUtilization()
3934 isolate()->PrintWithTimestamp( in FinalizeIncrementalMarkingIncrementally()
4132 isolate_->PrintWithTimestamp( in IdleNotificationEpilogue()
5577 isolate()->PrintWithTimestamp( in IncrementalMarkingLimitReached()
/third_party/node/deps/v8/src/execution/
Disolate.h1840 PRINTF_FORMAT(2, 3) void PrintWithTimestamp(const char* format, ...);
Disolate.cc5300 void Isolate::PrintWithTimestamp(const char* format, ...) { in ThrowInternal() function in v8::internal::Isolate