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

/external/chromium_org/v8/src/base/
H A Dbuild_config.h21 // V8_HOST_ARCH_IA32 on both 32- and 64-bit x86.
22 #define V8_HOST_ARCH_IA32 1 macro
33 #define V8_HOST_ARCH_IA32 1 macro
110 #if V8_TARGET_ARCH_IA32 && !V8_HOST_ARCH_IA32
121 #if (V8_TARGET_ARCH_ARM && !(V8_HOST_ARCH_IA32 || V8_HOST_ARCH_ARM))
127 #if (V8_TARGET_ARCH_MIPS && !(V8_HOST_ARCH_IA32 || V8_HOST_ARCH_MIPS))
H A Dcpu-unittest.cc34 #if V8_HOST_ARCH_IA32
H A Datomicops.h139 #elif defined(_MSC_VER) && (V8_HOST_ARCH_IA32 || V8_HOST_ARCH_X64)
147 #elif defined(__GNUC__) && (V8_HOST_ARCH_IA32 || V8_HOST_ARCH_X64)
H A Dcpu.cc32 #if V8_HOST_ARCH_IA32 || V8_HOST_ARCH_X64
264 #endif // V8_HOST_ARCH_IA32 || V8_HOST_ARCH_X64
293 #if V8_HOST_ARCH_IA32 || V8_HOST_ARCH_X64
329 #if V8_HOST_ARCH_IA32
/external/chromium_org/v8/test/cctest/
H A Dtest-platform.cc17 #elif V8_HOST_ARCH_IA32
/external/chromium_org/v8/src/base/platform/
H A Dplatform.h82 #if defined(_MSC_VER) && (V8_HOST_ARCH_IA32)
105 #elif defined(__APPLE__) && (V8_HOST_ARCH_IA32 || V8_HOST_ARCH_X64)
115 #if V8_HOST_ARCH_IA32
H A Dplatform-posix.cc227 #elif V8_HOST_ARCH_IA32
607 #if V8_HOST_ARCH_IA32
/external/chromium_org/v8/src/
H A Dsampler.cc374 #if V8_HOST_ARCH_IA32
421 #elif V8_HOST_ARCH_IA32
431 #endif // V8_HOST_ARCH_IA32
433 #if V8_HOST_ARCH_IA32
447 #if V8_HOST_ARCH_IA32
457 #if V8_HOST_ARCH_IA32
471 #if V8_HOST_ARCH_IA32
H A Dutils.h1190 #if V8_HOST_ARCH_IA32

Completed in 155 milliseconds