Home
last modified time | relevance | path

Searched refs:V8_OS_MACOS (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/heap/cppgc/
Dglobals.h46 #if defined(V8_TARGET_ARCH_ARM64) && defined(V8_OS_MACOS)
/third_party/node/deps/v8/include/
Dv8config.h100 # define V8_OS_MACOS 1 macro
219 #ifdef V8_OS_MACOS
Dv8-platform.h525 #if V8_OS_MACOS
/third_party/node/deps/v8/src/compiler/
Dfast-api-calls.cc86 #if defined(V8_OS_MACOS) && defined(V8_TARGET_ARCH_ARM64) in CanOptimizeFastSignature()
/third_party/node/deps/v8/src/base/
Dbuild_config.h225 #if defined(V8_OS_MACOS) && defined(V8_HOST_ARCH_ARM64)
/third_party/node/deps/v8/src/base/platform/
Dplatform-posix.cc441 #if !defined(V8_OS_MACOS)
579 #if !defined(V8_OS_MACOS)
950 #if !defined(V8_OS_MACOS)
Dplatform.h320 #ifdef V8_OS_MACOS in IsRemapPageSupported()