Searched refs:PrintWithTimestamp (Results 1 – 11 of 11) sorted by relevance
158 heap()->isolate()->PrintWithTimestamp( in Start()205 heap()->isolate()->PrintWithTimestamp( in Start()223 heap()->isolate()->PrintWithTimestamp( in StartMarking()229 heap()->isolate()->PrintWithTimestamp( in StartMarking()254 heap()->isolate()->PrintWithTimestamp("[IncrementalMarking] Running\n"); in StartMarking()282 heap()->isolate()->PrintWithTimestamp( in StartBlackAllocation()298 heap()->isolate()->PrintWithTimestamp( in PauseBlackAllocation()308 heap()->isolate()->PrintWithTimestamp( in FinishBlackAllocation()422 heap()->isolate()->PrintWithTimestamp( in FinalizeIncrementally()568 heap()->isolate()->PrintWithTimestamp("[IncrementalMarking] Hurry\n"); in Hurry()[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()165 Isolate::FromHeap(heap)->PrintWithTimestamp( in CalculateAllocationLimit()
48 heap()->isolate()->PrintWithTimestamp( in RestartIfNotMarking()
310 heap_->isolate()->PrintWithTimestamp( in Stop()564 heap_->isolate()->PrintWithTimestamp( in PrintNVP()653 heap_->isolate()->PrintWithTimestamp( in PrintNVP()711 heap_->isolate()->PrintWithTimestamp( in PrintNVP()
420 isolate->PrintWithTimestamp("Starting concurrent marking task %d\n", in Run()514 heap_->isolate()->PrintWithTimestamp( in Run()
464 isolate_->PrintWithTimestamp( in IterateStackAndScavenge()
1546 isolate()->PrintWithTimestamp( in CollectGarbage()3238 isolate()->PrintWithTimestamp( in ComputeMutatorUtilization()3412 isolate()->PrintWithTimestamp( in FinalizeIncrementalMarkingIncrementally()3575 isolate_->PrintWithTimestamp( in IdleNotificationEpilogue()4907 isolate()->PrintWithTimestamp( in IncrementalMarkingLimitReached()
1572 PRINTF_FORMAT(2, 3) void PrintWithTimestamp(const char* format, ...);
4522 void Isolate::PrintWithTimestamp(const char* format, ...) { in ThrowInternal() function in v8::internal::Isolate