Home
last modified time | relevance | path

Searched refs:V8_HOST_ARCH_X64 (Results 1 – 20 of 20) sorted by relevance

/third_party/node/deps/v8/src/base/
Dbuild_config.h15 #define V8_HOST_ARCH_X64 1 macro
157 !((V8_HOST_ARCH_X64 || V8_HOST_ARCH_ARM64) && V8_HOST_ARCH_64_BIT))
161 !(V8_HOST_ARCH_X64 && V8_HOST_ARCH_32_BIT))
167 #if (V8_TARGET_ARCH_ARM64 && !(V8_HOST_ARCH_X64 || V8_HOST_ARCH_ARM64))
173 #if (V8_TARGET_ARCH_MIPS64 && !(V8_HOST_ARCH_X64 || V8_HOST_ARCH_MIPS64))
176 #if (V8_TARGET_ARCH_RISCV64 && !(V8_HOST_ARCH_X64 || V8_HOST_ARCH_RISCV64))
179 #if (V8_TARGET_ARCH_LOONG64 && !(V8_HOST_ARCH_X64 || V8_HOST_ARCH_LOONG64))
Dimmediate-crash.h45 #if V8_HOST_ARCH_X64 || V8_HOST_ARCH_IA32
Dcpu.cc61 #if V8_HOST_ARCH_IA32 || V8_HOST_ARCH_X64
459 #if V8_HOST_ARCH_IA32 || V8_HOST_ARCH_X64 in CPU()
/third_party/node/deps/v8/src/wasm/
Dmemory-protection-key.cc7 #if defined(V8_OS_LINUX) && defined(V8_HOST_ARCH_X64)
39 #if defined(V8_OS_LINUX) && defined(V8_HOST_ARCH_X64)
68 #if defined(V8_OS_LINUX) && defined(V8_HOST_ARCH_X64) in InitializeMemoryProtectionKeySupport()
148 #if defined(V8_OS_LINUX) && defined(V8_HOST_ARCH_X64) in GetProtectionFromMemoryPermission()
Dmemory-protection-key.h12 #if defined(V8_OS_LINUX) && defined(V8_HOST_ARCH_X64)
/third_party/node/deps/v8/src/base/platform/
Dyield-processor.h20 #if defined(V8_HOST_ARCH_IA32) || defined(V8_HOST_ARCH_X64)
31 #if defined(V8_HOST_ARCH_IA32) || defined(V8_HOST_ARCH_X64)
Dplatform.h94 #elif defined(__APPLE__) && (V8_HOST_ARCH_IA32 || V8_HOST_ARCH_X64)
Dplatform-posix.cc640 #elif V8_HOST_ARCH_X64 in DebugBreak()
/third_party/node/android-patches/
Dtrap-handler.h.patch8 -#if V8_HOST_ARCH_X64 && V8_TARGET_ARCH_X64 && \
16 -#elif V8_TARGET_ARCH_ARM64 && V8_HOST_ARCH_X64 && \
/third_party/node/deps/v8/src/execution/
Dclobber-registers.cc17 #elif V8_HOST_ARCH_X64 && V8_TARGET_ARCH_X64
39 #if (V8_HOST_ARCH_X64 && V8_TARGET_ARCH_X64) || \
/third_party/node/deps/v8/src/trap-handler/
Dtrap-handler.h21 #if V8_HOST_ARCH_X64 && V8_TARGET_ARCH_X64 && \
29 #elif V8_TARGET_ARCH_ARM64 && V8_HOST_ARCH_X64 && \
Dhandler-inside-posix.cc125 #if V8_HOST_ARCH_X64 in TryHandleSignal()
/third_party/node/deps/v8/src/libsampler/
Dsampler.cc385 #elif V8_HOST_ARCH_X64 in FillRegisterState()
471 #if V8_HOST_ARCH_X64 in FillRegisterState()
492 #elif V8_HOST_ARCH_X64 in FillRegisterState()
506 #elif V8_HOST_ARCH_X64 in FillRegisterState()
516 #elif V8_HOST_ARCH_X64 in FillRegisterState()
592 #if V8_HOST_ARCH_X64 in DoSample()
638 #if V8_HOST_ARCH_X64 in DoSample()
/third_party/node/deps/v8/src/extensions/
Dcputracemark-extension.cc27 #if V8_HOST_ARCH_IA32 || V8_HOST_ARCH_X64 in Mark()
/third_party/node/deps/v8/src/utils/
Dmemcopy.h193 #if V8_HOST_ARCH_IA32 || V8_HOST_ARCH_X64 in MemsetUint32()
221 #elif V8_HOST_ARCH_X64 in MemsetPointer()
/third_party/node/deps/v8/src/objects/
Dswiss-hash-table-helpers.h430 #if V8_HOST_ARCH_IA32 || V8_HOST_ARCH_X64
/third_party/node/deps/v8/src/profiler/
Dtick-sample.cc49 #elif V8_HOST_ARCH_X64 in IsNoFrameRegion()
/third_party/node/deps/v8/src/execution/ppc/
Dsimulator-ppc.cc1628 #if V8_HOST_ARCH_IA32 || V8_HOST_ARCH_X64 in ExecuteGeneric()
2152 #if V8_HOST_ARCH_IA32 || V8_HOST_ARCH_X64 in ExecuteGeneric()
2196 #if V8_HOST_ARCH_IA32 || V8_HOST_ARCH_X64 in ExecuteGeneric()
3347 #if V8_HOST_ARCH_IA32 || V8_HOST_ARCH_X64 in ExecuteGeneric()
3391 #if V8_HOST_ARCH_IA32 || V8_HOST_ARCH_X64 in ExecuteGeneric()
/third_party/node/deps/v8/src/codegen/x64/
Dassembler-x64.cc35 #if V8_HOST_ARCH_IA32 || V8_HOST_ARCH_X64
90 #if V8_HOST_ARCH_IA32 || V8_HOST_ARCH_X64 in ProbeImpl()
/third_party/node/deps/v8/src/compiler/backend/ppc/
Dcode-generator-ppc.cc4361 #if V8_HOST_ARCH_IA32 || V8_HOST_ARCH_X64 in AssembleConstructFrame()