Lines Matching refs:architecture
10 // Processor architecture detection. For more info on what's defined, see:
60 #error "Host architecture was not detected as supported by v8"
83 // Target architecture detection. This may be set externally. If not, detect
84 // in the same way as the host architecture, that is, target the native
111 #error Target architecture was not detected as supported by v8
115 // Determine architecture pointer size.
149 #error Unknown target architecture pointer size
154 #error Target architecture ia32 is only supported on ia32 host
158 #error Target architecture x64 is only supported on x64 and arm64 host
162 #error Target architecture x32 is only supported on x64 host with x32 support
165 #error Target architecture arm is only supported on arm and ia32 host
168 #error Target architecture arm64 is only supported on arm64 and x64 host
171 #error Target architecture mips is only supported on mips and ia32 host
174 #error Target architecture mips64 is only supported on mips64 and x64 host
177 #error Target architecture riscv64 is only supported on riscv64 and x64 host
180 #error Target architecture loong64 is only supported on loong64 and x64 host
183 // Determine architecture endianness.
221 #error Unknown target architecture endianness