OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:V8_HOST_ARCH_IA32
(Results
1 - 15
of
15
) sorted by null
/external/v8/src/
platform-tls-mac.h
36
#if defined(
V8_HOST_ARCH_IA32
) || defined(V8_HOST_ARCH_X64)
46
#if defined(
V8_HOST_ARCH_IA32
)
atomicops.h
151
(defined(
V8_HOST_ARCH_IA32
) || defined(V8_HOST_ARCH_X64))
154
(defined(
V8_HOST_ARCH_IA32
) || defined(V8_HOST_ARCH_X64))
157
(defined(
V8_HOST_ARCH_IA32
) || defined(V8_HOST_ARCH_X64))
globals.h
74
#define
V8_HOST_ARCH_IA32
1
112
#if defined(V8_TARGET_ARCH_IA32) && !defined(
V8_HOST_ARCH_IA32
)
119
!(defined(
V8_HOST_ARCH_IA32
) || defined(V8_HOST_ARCH_ARM)))
123
!(defined(
V8_HOST_ARCH_IA32
) || defined(V8_HOST_ARCH_MIPS)))
v8utils.h
153
#if defined(
V8_HOST_ARCH_IA32
)
platform-macos.cc
585
#if defined(
V8_HOST_ARCH_IA32
)
834
#elif
V8_HOST_ARCH_IA32
platform-openbsd.cc
756
#if
V8_HOST_ARCH_IA32
766
#if
V8_HOST_ARCH_IA32
platform-freebsd.cc
702
#if
V8_HOST_ARCH_IA32
platform-linux.cc
1047
#if
V8_HOST_ARCH_IA32
[
all
...]
/external/chromium_org/v8/src/
atomicops.h
156
#elif defined(_MSC_VER) && (
V8_HOST_ARCH_IA32
|| V8_HOST_ARCH_X64)
158
#elif defined(__APPLE__) && (
V8_HOST_ARCH_IA32
|| V8_HOST_ARCH_X64)
160
#elif defined(__GNUC__) && (
V8_HOST_ARCH_IA32
|| V8_HOST_ARCH_X64)
globals.h
61
//
V8_HOST_ARCH_IA32
on both 32- and 64-bit x86.
62
#define
V8_HOST_ARCH_IA32
1
71
#define
V8_HOST_ARCH_IA32
1
113
#if V8_TARGET_ARCH_IA32 && !
V8_HOST_ARCH_IA32
119
#if (V8_TARGET_ARCH_ARM && !(
V8_HOST_ARCH_IA32
|| V8_HOST_ARCH_ARM))
122
#if (V8_TARGET_ARCH_MIPS && !(
V8_HOST_ARCH_IA32
|| V8_HOST_ARCH_MIPS))
cpu.cc
52
#if
V8_HOST_ARCH_IA32
|| V8_HOST_ARCH_X64
252
#endif //
V8_HOST_ARCH_IA32
|| V8_HOST_ARCH_X64
280
#if
V8_HOST_ARCH_IA32
|| V8_HOST_ARCH_X64
325
#if
V8_HOST_ARCH_IA32
platform.h
114
#if defined(_MSC_VER) &&
V8_HOST_ARCH_IA32
136
#elif defined(__APPLE__) && (
V8_HOST_ARCH_IA32
|| V8_HOST_ARCH_X64)
146
#if
V8_HOST_ARCH_IA32
sampler.cc
331
#if
V8_HOST_ARCH_IA32
369
#elif
V8_HOST_ARCH_IA32
379
#endif //
V8_HOST_ARCH_IA32
381
#if
V8_HOST_ARCH_IA32
395
#if
V8_HOST_ARCH_IA32
405
#if
V8_HOST_ARCH_IA32
platform-posix.cc
274
#elif
V8_HOST_ARCH_IA32
706
#if
V8_HOST_ARCH_IA32
v8utils.h
205
#if
V8_HOST_ARCH_IA32
Completed in 118 milliseconds