Home
last modified time | relevance | path

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

/external/v8/include/
Dv8config.h80 # define V8_OS_POSIX 1 macro
84 # define V8_OS_POSIX 1 macro
90 # define V8_OS_POSIX 1 macro
93 # define V8_OS_POSIX 1 macro
95 # define V8_OS_POSIX 1 macro
100 #define V8_OS_POSIX 1 macro
105 # define V8_OS_POSIX 1 macro
108 # define V8_OS_POSIX 1 macro
112 # define V8_OS_POSIX 1 macro
116 # define V8_OS_POSIX 1 macro
[all …]
Dv8.h9839 #if V8_OS_POSIX
/external/v8/src/utils/
Dmemcopy.cc28 #elif V8_OS_POSIX && V8_HOST_ARCH_ARM
31 #elif V8_OS_POSIX && V8_HOST_ARCH_MIPS
43 #elif V8_OS_POSIX && V8_HOST_ARCH_ARM in init_memcopy_functions()
49 #elif V8_OS_POSIX && V8_HOST_ARCH_MIPS in init_memcopy_functions()
/external/v8/src/base/
Dsys-info.cc7 #if V8_OS_POSIX
42 #elif V8_OS_POSIX in NumberOfProcessors()
93 #elif V8_OS_POSIX in AmountOfPhysicalMemory()
108 #elif V8_OS_POSIX in AmountOfVirtualMemory()
Dcpu.cc35 #if V8_OS_POSIX
/external/v8/src/base/platform/
Dmutex.h15 #if V8_OS_POSIX
65 #if V8_OS_POSIX
168 #if V8_OS_POSIX
258 #if V8_OS_POSIX
Dsemaphore.h16 #elif V8_OS_POSIX
60 #elif V8_OS_POSIX
Dtime.cc7 #if V8_OS_POSIX
64 #elif V8_OS_POSIX
256 #if V8_OS_POSIX
376 #elif V8_OS_POSIX
728 #elif V8_OS_POSIX in Now()
743 #elif V8_OS_POSIX in IsHighResolution()
Dcondition-variable.h69 #if V8_OS_POSIX
Dsemaphore.cc42 #elif V8_OS_POSIX
Dcondition-variable.cc15 #if V8_OS_POSIX
Dmutex.cc12 #if V8_OS_POSIX
Dplatform.h305 #if V8_OS_POSIX
/external/v8/src/base/debug/
Dstack_trace.h19 #if V8_OS_POSIX
/external/v8/src/libsampler/
Dsampler.h16 #if V8_OS_POSIX && !V8_OS_CYGWIN && !V8_OS_FUCHSIA
/external/v8/src/d8/
Dd8.cc3478 #ifdef V8_OS_POSIX in SetOptions()