Home
last modified time | relevance | path

Searched refs:V8_HOST_ARCH_RISCV64 (Results 1 - 8 of 8) sorted by relevance

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

Completed in 30 milliseconds