Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dincremental-marking.cc158 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 …]
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()
165 Isolate::FromHeap(heap)->PrintWithTimestamp( in CalculateAllocationLimit()
Dincremental-marking-inl.h48 heap()->isolate()->PrintWithTimestamp( in RestartIfNotMarking()
Dgc-tracer.cc310 heap_->isolate()->PrintWithTimestamp( in Stop()
564 heap_->isolate()->PrintWithTimestamp( in PrintNVP()
653 heap_->isolate()->PrintWithTimestamp( in PrintNVP()
711 heap_->isolate()->PrintWithTimestamp( in PrintNVP()
Dconcurrent-marking.cc420 isolate->PrintWithTimestamp("Starting concurrent marking task %d\n", in Run()
514 heap_->isolate()->PrintWithTimestamp( in Run()
Dscavenger.cc464 isolate_->PrintWithTimestamp( in IterateStackAndScavenge()
Dheap.cc1546 isolate()->PrintWithTimestamp( in CollectGarbage()
3238 isolate()->PrintWithTimestamp( in ComputeMutatorUtilization()
3412 isolate()->PrintWithTimestamp( in FinalizeIncrementalMarkingIncrementally()
3575 isolate_->PrintWithTimestamp( in IdleNotificationEpilogue()
4907 isolate()->PrintWithTimestamp( in IncrementalMarkingLimitReached()
/external/v8/src/execution/
Disolate.h1572 PRINTF_FORMAT(2, 3) void PrintWithTimestamp(const char* format, ...);
Disolate.cc4522 void Isolate::PrintWithTimestamp(const char* format, ...) { in ThrowInternal() function in v8::internal::Isolate