Home
last modified time | relevance | path

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

/external/v8/src/heap/
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()
Dincremental-marking.cc317 heap()->isolate()->PrintWithTimestamp( in Start()
352 heap()->isolate()->PrintWithTimestamp( in Start()
370 heap()->isolate()->PrintWithTimestamp( in StartMarking()
376 heap()->isolate()->PrintWithTimestamp( in StartMarking()
420 heap()->isolate()->PrintWithTimestamp("[IncrementalMarking] Running\n"); in StartMarking()
433 heap()->isolate()->PrintWithTimestamp( in StartBlackAllocation()
445 heap()->isolate()->PrintWithTimestamp( in PauseBlackAllocation()
455 heap()->isolate()->PrintWithTimestamp( in FinishBlackAllocation()
463 heap()->isolate()->PrintWithTimestamp( in AbortBlackAllocation()
568 heap()->isolate()->PrintWithTimestamp( in FinalizeIncrementally()
[all …]
Dmemory-reducer.cc45 heap->isolate()->PrintWithTimestamp( in RunInternal()
73 heap()->isolate()->PrintWithTimestamp("Memory reducer: started GC #%d\n", in NotifyTimer()
97 heap()->isolate()->PrintWithTimestamp( in NotifyTimer()
115 heap()->isolate()->PrintWithTimestamp( in NotifyMarkCompact()
Dheap-controller.cc101 heap_->isolate()->PrintWithTimestamp( in CalculateAllocationLimit()
132 heap_->isolate()->PrintWithTimestamp( in CalculateAllocationLimit()
Dincremental-marking-inl.h43 heap()->isolate()->PrintWithTimestamp( in RestartIfNotMarking()
Dgc-tracer.cc281 heap_->isolate()->PrintWithTimestamp( in Stop()
505 heap_->isolate()->PrintWithTimestamp( in PrintNVP()
595 heap_->isolate()->PrintWithTimestamp( in PrintNVP()
651 heap_->isolate()->PrintWithTimestamp( in PrintNVP()
Dconcurrent-marking.cc566 heap_->isolate()->PrintWithTimestamp( in Run()
651 heap_->isolate()->PrintWithTimestamp( in Run()
681 heap_->isolate()->PrintWithTimestamp( in ScheduleTasks()
Dheap.cc1347 isolate()->PrintWithTimestamp( in CollectGarbage()
3111 isolate()->PrintWithTimestamp( in YoungGenerationMutatorUtilization()
3127 isolate()->PrintWithTimestamp( in OldGenerationMutatorUtilization()
3260 isolate()->PrintWithTimestamp( in FinalizeIncrementalMarkingIncrementally()
3467 isolate_->PrintWithTimestamp( in IdleNotificationEpilogue()
4520 isolate()->PrintWithTimestamp( in IncrementalMarkingLimitReached()
/external/v8/src/
Disolate.h1510 PRINTF_FORMAT(2, 3) void PrintWithTimestamp(const char* format, ...);
Disolate.cc4100 void Isolate::PrintWithTimestamp(const char* format, ...) { in Throw() function in v8::internal::Isolate