Lines Matching refs:architecture
726 // Processor architecture detection. For more info on what's defined, see:
730 // The V8_HOST_ARCH_* macros correspond to the architecture on which V8, as a
731 // virtual machine and compiler, runs. Don't confuse this with the architecture
779 #error "Host architecture was not detected as supported by v8"
782 // Target architecture detection. This corresponds to the architecture for which
785 // architecture, that is, target the native environment as presented by the
820 #error Target architecture was not detected as supported by v8
824 // Determine architecture pointer size.
860 #error Unknown target architecture pointer size
865 #error Target architecture ia32 is only supported on ia32 host
869 #error Target architecture x64 is only supported on x64 and arm64 host
873 #error Target architecture x32 is only supported on x64 host with x32 support
876 #error Target architecture arm is only supported on arm and ia32 host
879 #error Target architecture arm64 is only supported on arm64 and x64 host
882 #error Target architecture mips64 is only supported on mips64 and x64 host
885 #error Target architecture riscv64 is only supported on riscv64 and x64 host
888 #error Target architecture riscv32 is only supported on riscv32 and ia32 host
891 #error Target architecture loong64 is only supported on loong64 and x64 host
894 // Determine architecture endianness.
932 #error Unknown target architecture endianness