HomeSort by relevance Sort by last modified time
    Searched refs:GetCurrentPlatform (Results 1 - 22 of 22) sorted by null

  /external/v8/src/
utils-inl.h 26 return V8::GetCurrentPlatform()->MonotonicallyIncreasingTime() *
v8.h 29 V8_EXPORT_PRIVATE static v8::Platform* GetCurrentPlatform();
v8.cc 109 v8::Platform* V8::GetCurrentPlatform() {
global-handles.cc 1038 V8::GetCurrentPlatform()->CallOnForegroundThread(
    [all...]
isolate.cc     [all...]
  /external/v8/src/profiler/
tracing-cpu-profiler.cc 28 V8::GetCurrentPlatform()->AddTraceStateObserver(this);
33 V8::GetCurrentPlatform()->RemoveTraceStateObserver(this);
  /external/v8/src/tracing/
trace-event.cc 18 v8::Platform* TraceEventHelper::GetCurrentPlatform() {
19 return v8::internal::V8::GetCurrentPlatform();
tracing-category-observer.cc 18 v8::internal::V8::GetCurrentPlatform()->AddTraceStateObserver(
28 v8::internal::V8::GetCurrentPlatform()->RemoveTraceStateObserver(
trace-event.h 76 v8::internal::tracing::TraceEventHelper::GetCurrentPlatform() \
105 v8::internal::tracing::TraceEventHelper::GetCurrentPlatform() \
282 static v8::Platform* GetCurrentPlatform();
430 v8::internal::tracing::TraceEventHelper::GetCurrentPlatform();
  /external/v8/src/heap/
scavenge-job.cc 104 if (V8::GetCurrentPlatform()->IdleTasksEnabled(isolate)) {
107 V8::GetCurrentPlatform()->CallIdleOnForegroundThread(isolate, task);
incremental-marking-job.cc 29 V8::GetCurrentPlatform()->CallOnForegroundThread(isolate, task);
page-parallel-job.h 82 V8::GetCurrentPlatform()->NumberOfAvailableBackgroundThreads()));
95 V8::GetCurrentPlatform()->CallOnBackgroundThread(
store-buffer.cc 97 V8::GetCurrentPlatform()->CallOnBackgroundThread(
memory-reducer.cc 209 V8::GetCurrentPlatform()->CallDelayedOnForegroundThread(
mark-compact.cc 449 V8::GetCurrentPlatform()->CallOnBackgroundThread(
    [all...]
heap.cc     [all...]
spaces.cc 353 V8::GetCurrentPlatform()->CallOnBackgroundThread(
    [all...]
  /external/autotest/server/cros/ap_configurators/
fetch_prebuilt_pyauto.py 46 default=pyauto_utils.GetCurrentPlatform(),
48 'Default: current platform (%s)' % pyauto_utils.GetCurrentPlatform())
pyauto_utils.py 128 def GetCurrentPlatform():
  /external/v8/src/compiler-dispatcher/
optimizing-compile-dispatcher.cc 224 V8::GetCurrentPlatform()->CallOnBackgroundThread(
231 V8::GetCurrentPlatform()->CallOnBackgroundThread(
compiler-dispatcher-tracer.cc 16 return V8::GetCurrentPlatform()->MonotonicallyIncreasingTime() *
  /external/v8/src/wasm/
wasm-module.cc 274 V8::GetCurrentPlatform()->NumberOfAvailableBackgroundThreads());
279 V8::GetCurrentPlatform()->CallOnBackgroundThread(
288 V8::GetCurrentPlatform()->NumberOfAvailableBackgroundThreads());
    [all...]

Completed in 1846 milliseconds