Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/base/
Dbuild_config.h54 #define V8_HOST_ARCH_RISCV64 1 macro
176 #if (V8_TARGET_ARCH_RISCV64 && !(V8_HOST_ARCH_X64 || V8_HOST_ARCH_RISCV64))
Dcpu.cc90 V8_HOST_ARCH_MIPS64 || V8_HOST_ARCH_RISCV64
873 #elif V8_HOST_ARCH_RISCV64 in CPU()
/third_party/node/deps/v8/src/libsampler/
Dsampler.cc447 #elif V8_HOST_ARCH_RISCV64 in FillRegisterState()
/third_party/node/deps/v8/src/base/platform/
Dplatform-posix.cc651 #elif V8_HOST_ARCH_RISCV64 in DebugBreak()
/third_party/node/deps/v8/src/common/
Dglobals.h58 #if (V8_TARGET_ARCH_RISCV64 && !V8_HOST_ARCH_RISCV64)
/third_party/node/deps/v8/src/codegen/riscv64/
Dmacro-assembler-riscv64.cc4497 #if V8_HOST_ARCH_RISCV64 in ActivationFrameAlignment()
4869 #if V8_HOST_ARCH_RISCV64 in CallCFunctionHelper()
Dassembler-riscv64.cc3532 #if defined(V8_HOST_ARCH_RISCV64) in stop()