Searched defs:V8_HOST_ARCH_IA32 (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/
H A Dglobals.h76 // V8_HOST_ARCH_IA32 on both 32- and 64-bit x86.
77 #define V8_HOST_ARCH_IA32 1 macro
86 #define V8_HOST_ARCH_IA32 1
128 #if V8_TARGET_ARCH_IA32 && !V8_HOST_ARCH_IA32
134 #if (V8_TARGET_ARCH_ARM && !(V8_HOST_ARCH_IA32 || V8_HOST_ARCH_ARM))
137 #if (V8_TARGET_ARCH_MIPS && !(V8_HOST_ARCH_IA32 || V8_HOST_ARCH_MIPS))

Completed in 87 milliseconds