Searched refs:PrintWithTimestamp (Results 1 – 11 of 11) sorted by relevance
138 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 …]
24 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()
47 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()
21 Isolate::FromHeap(heap)->PrintWithTimestamp( in GrowingFactor()161 Isolate::FromHeap(heap)->PrintWithTimestamp( in CalculateAllocationLimit()
48 heap()->isolate()->PrintWithTimestamp( in RestartIfNotMarking()
479 isolate->PrintWithTimestamp("Starting concurrent marking task %d\n", in Run()574 heap_->isolate()->PrintWithTimestamp( in Run()
739 heap_->isolate()->PrintWithTimestamp( in PrintNVP()821 heap_->isolate()->PrintWithTimestamp( in PrintNVP()876 heap_->isolate()->PrintWithTimestamp( in PrintNVP()
484 isolate_->PrintWithTimestamp( in IterateStackAndScavenge()
2630 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()
1840 PRINTF_FORMAT(2, 3) void PrintWithTimestamp(const char* format, ...);
5300 void Isolate::PrintWithTimestamp(const char* format, ...) { in ThrowInternal() function in v8::internal::Isolate