Home
last modified time | relevance | path

Searched refs:GetCurrentPlatform (Results 1 – 25 of 33) sorted by relevance

12

/external/v8/src/profiler/
Dtracing-cpu-profiler.cc20 V8::GetCurrentPlatform()->GetTracingController()->AddTraceStateObserver(this); in TracingCpuProfilerImpl()
25 V8::GetCurrentPlatform()->GetTracingController()->RemoveTraceStateObserver( in ~TracingCpuProfilerImpl()
/external/v8/src/tracing/
Dtracing-category-observer.cc19 v8::internal::V8::GetCurrentPlatform() in SetUp()
30 v8::internal::V8::GetCurrentPlatform() in TearDown()
Dtrace-event.cc19 return v8::internal::V8::GetCurrentPlatform()->GetTracingController(); in GetTracingController()
/external/v8/src/heap/
Dscavenge-job.cc108 if (V8::GetCurrentPlatform()->IdleTasksEnabled(isolate)) { in ScheduleIdleTask()
111 V8::GetCurrentPlatform()->CallIdleOnForegroundThread(isolate, task); in ScheduleIdleTask()
Darray-buffer-collector.cc54 V8::GetCurrentPlatform()->CallOnWorkerThread( in FreeAllocationsOnBackgroundThread()
Dincremental-marking-job.cc28 V8::GetCurrentPlatform()->CallOnForegroundThread(isolate, task); in ScheduleTask()
Dsweeper.cc165 V8::GetCurrentPlatform()->CallOnWorkerThread(std::move(task)); in StartSweeperTasks()
453 V8::GetCurrentPlatform()->CallOnForegroundThread(isolate, task); in ScheduleIncrementalSweepingTask()
562 V8::GetCurrentPlatform()->CallOnWorkerThread(std::move(task)); in StartIterabilityTasks()
Ditem-parallel-job.cc109 V8::GetCurrentPlatform()->CallBlockingTaskOnWorkerThread(std::move(task)); in Run()
Dmemory-reducer.cc25 taskrunner_(V8::GetCurrentPlatform()->GetForegroundTaskRunner( in MemoryReducer()
Dstore-buffer.cc145 V8::GetCurrentPlatform()->CallOnWorkerThread( in FlipStoreBuffers()
Dconcurrent-marking.cc664 V8::GetCurrentPlatform()->NumberOfWorkerThreads() + 1; in ScheduleTasks()
690 V8::GetCurrentPlatform()->CallOnWorkerThread(std::move(task)); in ScheduleTasks()
/external/v8/src/
Dallocation.cc49 V8::GetCurrentPlatform()->GetPageAllocator(); in Construct()
203 if (!V8::GetCurrentPlatform()->OnCriticalMemoryPressure(length)) { in OnCriticalMemoryPressure()
204 V8::GetCurrentPlatform()->OnCriticalMemoryPressure(); in OnCriticalMemoryPressure()
Dv8.h34 V8_EXPORT_PRIVATE static v8::Platform* GetCurrentPlatform();
Dutils-inl.h27 return V8::GetCurrentPlatform()->MonotonicallyIncreasingTime() * in TimestampMs()
Dv8.cc115 v8::Platform* V8::GetCurrentPlatform() { in GetCurrentPlatform() function in v8::internal::V8
Dallocation.h42 V8::GetCurrentPlatform()->OnCriticalMemoryPressure(); in NewArray()
Dperf-jit.cc446 static_cast<uint64_t>(V8::GetCurrentPlatform()->CurrentClockTimeMillis() * in LogWriteHeader()
/external/v8/src/compiler-dispatcher/
Doptimizing-compile-dispatcher.cc231 V8::GetCurrentPlatform()->CallOnWorkerThread( in QueueForOptimization()
238 V8::GetCurrentPlatform()->CallOnWorkerThread( in Unblock()
Dcompiler-dispatcher-tracer.cc16 return V8::GetCurrentPlatform()->MonotonicallyIncreasingTime() * in MonotonicallyIncreasingTimeInMs()
/external/autotest/server/cros/ap_configurators/
Dfetch_prebuilt_pyauto.py46 default=pyauto_utils.GetCurrentPlatform(),
48 'Default: current platform (%s)' % pyauto_utils.GetCurrentPlatform())
Dpyauto_utils.py128 def GetCurrentPlatform(): function
/external/v8/src/wasm/
Dmodule-compiler.cc440 return V8::GetCurrentPlatform()->MonotonicallyIncreasingTime() * in MonotonicallyIncreasingTimeInMs()
753 V8::GetCurrentPlatform()->NumberOfWorkerThreads() > 0; in CompileNativeModule()
2141 v8::Platform* platform = V8::GetCurrentPlatform(); in AsyncCompileJob()
2338 V8::GetCurrentPlatform()->CallOnWorkerThread(std::move(task)); in StartBackgroundTask()
2801 V8::GetCurrentPlatform()->NumberOfWorkerThreads()))) { in CompilationState()
2803 v8::Platform* platform = V8::GetCurrentPlatform(); in CompilationState()
2979 V8::GetCurrentPlatform()->CallOnWorkerThread(std::move(task)); in RestartBackgroundTasks()
/external/v8/src/debug/
Ddebug-interface.h494 v8::Platform* GetCurrentPlatform();
/external/v8/src/inspector/
Dv8-inspector-impl.cc434 v8::debug::GetCurrentPlatform()->CallDelayedOnWorkerThread( in setTimeout()
/external/v8/src/compiler/
Dgraph-visualizer.cc514 static_cast<int64_t>(V8::GetCurrentPlatform()->CurrentClockTimeMillis())); in PrintCompilation()

12