Lines Matching refs:host_arch
54 'host_arch%': '<!pymod_do_main(detect_v8_host_arch)',
58 'host_arch%': 'ia32',
62 'host_arch%': '<(host_arch)',
63 'target_arch%': '<(host_arch)',
65 'host_arch%': '<(host_arch)',
69 'host_arch%': '<(host_arch)',
98 ['(v8_target_arch=="arm" and host_arch!="arm") or \
99 (v8_target_arch=="arm64" and host_arch!="arm64") or \
100 (v8_target_arch=="mipsel" and host_arch!="mipsel") or \
101 (v8_target_arch=="mips64el" and host_arch!="mips64el") or \
102 (v8_target_arch=="x64" and host_arch!="x64") or \