Home
last modified time | relevance | path

Searched refs:GetCurrentPlatform (Results 1 - 25 of 49) sorted by relevance

12

/third_party/node/deps/v8/src/profiler/
H A Dtracing-cpu-profiler.cc17 V8::GetCurrentPlatform()->GetTracingController()->AddTraceStateObserver(this); in TracingCpuProfilerImpl()
22 V8::GetCurrentPlatform()->GetTracingController()->RemoveTraceStateObserver( in ~TracingCpuProfilerImpl()
/third_party/node/deps/v8/src/tracing/
H A Dtracing-category-observer.cc19 i::V8::GetCurrentPlatform()->GetTracingController()->AddTraceStateObserver( in SetUp()
24 i::V8::GetCurrentPlatform()->GetTracingController()->RemoveTraceStateObserver( in TearDown()
H A Dtrace-event.cc20 return v8::internal::V8::GetCurrentPlatform()->GetTracingController(); in GetTracingController()
/third_party/node/deps/v8/src/zone/
H A Daccounting-allocator.cc71 V8::GetCurrentPlatform()->GetZoneBackingAllocator()->GetMallocFn()), in AccountingAllocator()
73 V8::GetCurrentPlatform()->GetZoneBackingAllocator()->GetFreeFn()) { in AccountingAllocator()
/third_party/node/deps/v8/src/init/
H A Dv8.h39 V8_EXPORT_PRIVATE static v8::Platform* GetCurrentPlatform();
H A Dv8.cc299 v8::Platform* V8::GetCurrentPlatform() { in GetCurrentPlatform() function in v8::internal::V8
/third_party/node/deps/v8/src/heap/
H A Dscavenge-job.cc45 V8::GetCurrentPlatform()->GetForegroundTaskRunner(isolate); in ScheduleTaskIfNeeded()
H A Dcollection-barrier.cc117 V8::GetCurrentPlatform() in ActivateStackGuardAndPostTask()
H A Dincremental-marking-job.cc58 V8::GetCurrentPlatform()->GetForegroundTaskRunner(isolate); in ScheduleTask()
H A Dconcurrent-allocator.cc79 V8::GetCurrentPlatform()->CallDelayedOnWorkerThread(std::move(task), in Schedule()
H A Dmemory-measurement.cc236 auto taskrunner = V8::GetCurrentPlatform()->GetForegroundTaskRunner( in ScheduleReportingTask()
276 auto taskrunner = V8::GetCurrentPlatform()->GetForegroundTaskRunner( in ScheduleGCTask()
H A Dsweeper.cc175 job_handle_ = V8::GetCurrentPlatform()->PostJob( in StartSweeperTasks()
584 V8::GetCurrentPlatform()->GetForegroundTaskRunner(isolate); in ScheduleIncrementalSweepingTask()
691 V8::GetCurrentPlatform()->CallOnWorkerThread(std::move(task)); in StartIterabilityTasks()
H A Dmemory-reducer.cc26 taskrunner_(V8::GetCurrentPlatform()->GetForegroundTaskRunner( in MemoryReducer()
H A Darray-buffer-sweeper.cc170 V8::GetCurrentPlatform()->CallOnWorkerThread(std::move(task)); in RequestSweep()
H A Dscavenger.cc348 V8::GetCurrentPlatform() in CollectGarbage()
535 static int num_cores = V8::GetCurrentPlatform()->NumberOfWorkerThreads() + 1; in NumberOfScavengeTasks()
/third_party/node/deps/v8/src/logging/
H A Dmetrics.cc37 foreground_task_runner_ = V8::GetCurrentPlatform()->GetForegroundTaskRunner( in SetEmbedderRecorder()
/third_party/node/deps/v8/src/utils/
H A Dallocation.cc53 page_allocator_ = V8::GetCurrentPlatform()->GetPageAllocator(); in PageAllocatorInitializer()
240 if (!V8::GetCurrentPlatform()->OnCriticalMemoryPressure(length)) { in OnCriticalMemoryPressure()
241 V8::GetCurrentPlatform()->OnCriticalMemoryPressure(); in OnCriticalMemoryPressure()
H A Dutils-inl.h27 return V8::GetCurrentPlatform()->MonotonicallyIncreasingTime() * in TimestampMs()
H A Dallocation.h45 V8::GetCurrentPlatform()->OnCriticalMemoryPressure(); in NewArray()
/third_party/node/deps/v8/src/compiler-dispatcher/
H A Doptimizing-compile-dispatcher.cc229 V8::GetCurrentPlatform()->CallOnWorkerThread( in QueueForOptimization()
/third_party/node/deps/v8/src/extensions/
H A Dgc-extension.cc165 V8::GetCurrentPlatform()->GetForegroundTaskRunner(isolate); in GC()
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-concurrent-dispatcher.cc124 // The JobTask is posted to V8::GetCurrentPlatform(). It's responsible for
163 job_handle_ = V8::GetCurrentPlatform()->PostJob( in MaglevConcurrentDispatcher()
/third_party/node/deps/v8/src/json/
H A Djson-parser.h150 V8::GetCurrentPlatform()); in Parse()
/third_party/node/deps/v8/src/baseline/
H A Dbaseline-batch-compiler.cc187 job_handle_ = V8::GetCurrentPlatform()->PostJob( in ConcurrentBaselineCompiler()
/third_party/node/deps/v8/src/diagnostics/
H A Dperf-jit.cc536 static_cast<uint64_t>(V8::GetCurrentPlatform()->CurrentClockTimeMillis() * in LogWriteHeader()

Completed in 15 milliseconds

12