Home
last modified time | relevance | path

Searched refs:V8_OS_POSIX (Results 1 – 15 of 15) sorted by relevance

/third_party/node/deps/v8/include/
Dv8config.h89 # define V8_OS_POSIX 1 macro
93 # define V8_OS_POSIX 1 macro
106 # define V8_OS_POSIX 1 macro
111 # define V8_OS_POSIX 1 macro
115 # define V8_OS_POSIX 1 macro
124 # define V8_OS_POSIX 1 macro
131 # define V8_OS_POSIX 1 macro
136 # define V8_OS_POSIX 1 macro
142 # define V8_OS_POSIX 1 macro
148 # define V8_OS_POSIX 1 macro
[all …]
/third_party/node/deps/v8/src/utils/
Dmemcopy.cc28 #elif(V8_OS_POSIX || V8_OS_STARBOARD) && V8_HOST_ARCH_ARM
31 #elif V8_OS_POSIX && V8_HOST_ARCH_MIPS
43 #elif(V8_OS_POSIX || V8_OS_STARBOARD) && V8_HOST_ARCH_ARM in init_memcopy_functions()
49 #elif V8_OS_POSIX && V8_HOST_ARCH_MIPS in init_memcopy_functions()
/third_party/node/deps/v8/src/base/
Dsys-info.cc7 #if V8_OS_POSIX
48 #elif V8_OS_POSIX in NumberOfProcessors()
101 #elif V8_OS_POSIX in AmountOfPhysicalMemory()
118 #elif V8_OS_POSIX in AmountOfVirtualMemory()
Dcpu.cc38 #if V8_OS_POSIX
/third_party/node/deps/v8/src/base/platform/
Dmutex.h16 #if V8_OS_POSIX
66 #if V8_OS_POSIX
171 #if V8_OS_POSIX
273 #elif V8_OS_POSIX
Dsemaphore.h16 #elif V8_OS_POSIX
60 #elif V8_OS_POSIX
Dtime.cc7 #if V8_OS_POSIX
71 #elif V8_OS_POSIX
269 #if V8_OS_POSIX
389 #elif V8_OS_POSIX
724 #elif V8_OS_POSIX in Now()
739 #elif V8_OS_POSIX in IsHighResolution()
Dcondition-variable.h69 #if V8_OS_POSIX
Dsemaphore.cc44 #elif V8_OS_POSIX
Dcondition-variable.cc19 #if V8_OS_POSIX
Dmutex.cc79 #if V8_OS_POSIX
Dplatform.h396 #if V8_OS_POSIX
/third_party/node/deps/v8/src/base/debug/
Dstack_trace.h19 #if V8_OS_POSIX
/third_party/node/deps/v8/src/libsampler/
Dsampler.h16 #if V8_OS_POSIX && !V8_OS_CYGWIN && !V8_OS_FUCHSIA
/third_party/node/deps/v8/src/d8/
Dd8.cc4558 #ifdef V8_OS_POSIX in SetOptions()