Home
last modified time | relevance | path

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

/external/v8/test/cctest/
Dtest-trace-event.cc112 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()
Dcctest.h581 while (v8::platform::PumpMessageLoop(v8::internal::V8::GetCurrentPlatform(), in EmptyMessageQueues()
/external/v8/src/tracing/
Dtrace-event.cc13 v8::Platform* TraceEventHelper::GetCurrentPlatform() { in GetCurrentPlatform() function in v8::internal::tracing::TraceEventHelper
14 return v8::internal::V8::GetCurrentPlatform(); in GetCurrentPlatform()
Dtrace-event.h98 v8::internal::tracing::TraceEventHelper::GetCurrentPlatform() \
105 v8::internal::tracing::TraceEventHelper::GetCurrentPlatform() \
121 v8::internal::tracing::TraceEventHelper::GetCurrentPlatform()->AddTraceEvent
129 v8::internal::tracing::TraceEventHelper::GetCurrentPlatform() \
272 static v8::Platform* GetCurrentPlatform();
/external/v8/src/heap/
Dincremental-marking-job.cc46 if (V8::GetCurrentPlatform()->IdleTasksEnabled(isolate)) { in ScheduleIdleTask()
49 V8::GetCurrentPlatform()->CallIdleOnForegroundThread(isolate, task); in ScheduleIdleTask()
61 V8::GetCurrentPlatform()->CallDelayedOnForegroundThread(isolate, task, in ScheduleDelayedTask()
Dscavenge-job.cc108 if (V8::GetCurrentPlatform()->IdleTasksEnabled(isolate)) { in ScheduleIdleTask()
111 V8::GetCurrentPlatform()->CallIdleOnForegroundThread(isolate, task); in ScheduleIdleTask()
Dmemory-reducer.cc205 V8::GetCurrentPlatform()->CallDelayedOnForegroundThread( in ScheduleTimer()
Dmark-compact.cc529 V8::GetCurrentPlatform()->CallOnBackgroundThread( in StartSweeperThreads()
532 V8::GetCurrentPlatform()->CallOnBackgroundThread( in StartSweeperThreads()
535 V8::GetCurrentPlatform()->CallOnBackgroundThread( in StartSweeperThreads()
3263 V8::GetCurrentPlatform()->CallOnBackgroundThread( in StartParallelCompaction()
Dheap.cc4257 return V8::GetCurrentPlatform()->MonotonicallyIncreasingTime() * in MonotonicallyIncreasingTimeInMs()
4264 V8::GetCurrentPlatform()->MonotonicallyIncreasingTime() + in IdleNotification()
6118 V8::GetCurrentPlatform()->CallOnBackgroundThread( in FreeQueuedChunks()
/external/v8/test/cctest/heap/
Dtest-incremental-marking.cc120 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()
/external/v8/src/
Dv8.h28 static v8::Platform* GetCurrentPlatform();
Dv8.cc108 v8::Platform* V8::GetCurrentPlatform() { in GetCurrentPlatform() function in v8::internal::V8
Doptimizing-compile-dispatcher.cc280 V8::GetCurrentPlatform()->CallOnBackgroundThread( in QueueForOptimization()
288 V8::GetCurrentPlatform()->CallOnBackgroundThread( in Unblock()
Dglobal-handles.cc948 V8::GetCurrentPlatform()->CallOnForegroundThread( in DispatchPendingPhantomCallbacks()
/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/test/unittests/
Dtest-utils.cc56 v8::Platform* platform = internal::V8::GetCurrentPlatform(); in TearDownTestCase()