Searched refs:GetCurrentPlatform (Results 1 – 17 of 17) sorted by relevance
112 v8::Platform* old_platform = i::V8::GetCurrentPlatform(); in TEST()126 v8::Platform* old_platform = i::V8::GetCurrentPlatform(); in TEST()148 v8::Platform* old_platform = i::V8::GetCurrentPlatform(); in TEST()169 v8::Platform* old_platform = i::V8::GetCurrentPlatform(); in TEST()190 v8::Platform* old_platform = i::V8::GetCurrentPlatform(); in TEST()214 v8::Platform* old_platform = i::V8::GetCurrentPlatform(); in TEST()243 v8::Platform* old_platform = i::V8::GetCurrentPlatform(); in TEST()
581 while (v8::platform::PumpMessageLoop(v8::internal::V8::GetCurrentPlatform(), in EmptyMessageQueues()
13 v8::Platform* TraceEventHelper::GetCurrentPlatform() { in GetCurrentPlatform() function in v8::internal::tracing::TraceEventHelper14 return v8::internal::V8::GetCurrentPlatform(); in GetCurrentPlatform()
98 v8::internal::tracing::TraceEventHelper::GetCurrentPlatform() \105 v8::internal::tracing::TraceEventHelper::GetCurrentPlatform() \121 v8::internal::tracing::TraceEventHelper::GetCurrentPlatform()->AddTraceEvent129 v8::internal::tracing::TraceEventHelper::GetCurrentPlatform() \272 static v8::Platform* GetCurrentPlatform();
46 if (V8::GetCurrentPlatform()->IdleTasksEnabled(isolate)) { in ScheduleIdleTask()49 V8::GetCurrentPlatform()->CallIdleOnForegroundThread(isolate, task); in ScheduleIdleTask()61 V8::GetCurrentPlatform()->CallDelayedOnForegroundThread(isolate, task, in ScheduleDelayedTask()
108 if (V8::GetCurrentPlatform()->IdleTasksEnabled(isolate)) { in ScheduleIdleTask()111 V8::GetCurrentPlatform()->CallIdleOnForegroundThread(isolate, task); in ScheduleIdleTask()
205 V8::GetCurrentPlatform()->CallDelayedOnForegroundThread( in ScheduleTimer()
529 V8::GetCurrentPlatform()->CallOnBackgroundThread( in StartSweeperThreads()532 V8::GetCurrentPlatform()->CallOnBackgroundThread( in StartSweeperThreads()535 V8::GetCurrentPlatform()->CallOnBackgroundThread( in StartSweeperThreads()3263 V8::GetCurrentPlatform()->CallOnBackgroundThread( in StartParallelCompaction()
4257 return V8::GetCurrentPlatform()->MonotonicallyIncreasingTime() * in MonotonicallyIncreasingTimeInMs()4264 V8::GetCurrentPlatform()->MonotonicallyIncreasingTime() + in IdleNotification()6118 V8::GetCurrentPlatform()->CallOnBackgroundThread( in FreeQueuedChunks()
120 v8::Platform* old_platform = i::V8::GetCurrentPlatform(); in TEST()145 v8::Platform* old_platform = i::V8::GetCurrentPlatform(); in TEST()171 v8::Platform* old_platform = i::V8::GetCurrentPlatform(); in TEST()
28 static v8::Platform* GetCurrentPlatform();
108 v8::Platform* V8::GetCurrentPlatform() { in GetCurrentPlatform() function in v8::internal::V8
280 V8::GetCurrentPlatform()->CallOnBackgroundThread( in QueueForOptimization()288 V8::GetCurrentPlatform()->CallOnBackgroundThread( in Unblock()
948 V8::GetCurrentPlatform()->CallOnForegroundThread( in DispatchPendingPhantomCallbacks()
46 default=pyauto_utils.GetCurrentPlatform(),48 'Default: current platform (%s)' % pyauto_utils.GetCurrentPlatform())
128 def GetCurrentPlatform(): function
56 v8::Platform* platform = internal::V8::GetCurrentPlatform(); in TearDownTestCase()