OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AtomicOps_Internalx86CPUFeatures
(Results
1 - 18
of
18
) sorted by null
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
atomicops-internals-x86.cc
68
struct AtomicOps_x86CPUFeatureStruct
AtomicOps_Internalx86CPUFeatures
= {
74
// Initialize the
AtomicOps_Internalx86CPUFeatures
struct.
107
AtomicOps_Internalx86CPUFeatures
.has_amd_lock_mb_bug = true;
109
AtomicOps_Internalx86CPUFeatures
.has_amd_lock_mb_bug = false;
113
AtomicOps_Internalx86CPUFeatures
.has_sse2 = ((edx >> 26) & 1);
116
AtomicOps_Internalx86CPUFeatures
.has_cmpxchg16b = ((ecx >> 13) & 1);
atomicops-internals-x86.h
59
extern struct AtomicOps_x86CPUFeatureStruct
AtomicOps_Internalx86CPUFeatures
;
109
if (
AtomicOps_Internalx86CPUFeatures
.has_amd_lock_mb_bug) {
119
if (
AtomicOps_Internalx86CPUFeatures
.has_amd_lock_mb_bug) {
151
if (
AtomicOps_Internalx86CPUFeatures
.has_sse2) {
160
if (
AtomicOps_Internalx86CPUFeatures
.has_sse2) {
233
if (
AtomicOps_Internalx86CPUFeatures
.has_amd_lock_mb_bug) {
352
if (
AtomicOps_Internalx86CPUFeatures
.has_amd_lock_mb_bug) {
411
if (
AtomicOps_Internalx86CPUFeatures
.has_amd_lock_mb_bug) {
atomicops-internals-windows.h
428
if (
AtomicOps_Internalx86CPUFeatures
.has_amd_lock_mb_bug) {
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
atomicops-internals-x86.cc
68
struct AtomicOps_x86CPUFeatureStruct
AtomicOps_Internalx86CPUFeatures
= {
74
// Initialize the
AtomicOps_Internalx86CPUFeatures
struct.
107
AtomicOps_Internalx86CPUFeatures
.has_amd_lock_mb_bug = true;
109
AtomicOps_Internalx86CPUFeatures
.has_amd_lock_mb_bug = false;
113
AtomicOps_Internalx86CPUFeatures
.has_sse2 = ((edx >> 26) & 1);
116
AtomicOps_Internalx86CPUFeatures
.has_cmpxchg16b = ((ecx >> 13) & 1);
atomicops-internals-x86.h
59
extern struct AtomicOps_x86CPUFeatureStruct
AtomicOps_Internalx86CPUFeatures
;
109
if (
AtomicOps_Internalx86CPUFeatures
.has_amd_lock_mb_bug) {
119
if (
AtomicOps_Internalx86CPUFeatures
.has_amd_lock_mb_bug) {
151
if (
AtomicOps_Internalx86CPUFeatures
.has_sse2) {
160
if (
AtomicOps_Internalx86CPUFeatures
.has_sse2) {
233
if (
AtomicOps_Internalx86CPUFeatures
.has_amd_lock_mb_bug) {
352
if (
AtomicOps_Internalx86CPUFeatures
.has_amd_lock_mb_bug) {
411
if (
AtomicOps_Internalx86CPUFeatures
.has_amd_lock_mb_bug) {
atomicops-internals-windows.h
427
if (
AtomicOps_Internalx86CPUFeatures
.has_amd_lock_mb_bug) {
/external/chromium_org/v8/src/
atomicops_internals_x86_gcc.cc
67
struct AtomicOps_x86CPUFeatureStruct
AtomicOps_Internalx86CPUFeatures
= {
76
// Initialize the
AtomicOps_Internalx86CPUFeatures
struct.
78
using v8::internal::
AtomicOps_Internalx86CPUFeatures
;
111
AtomicOps_Internalx86CPUFeatures
.has_amd_lock_mb_bug = true;
113
AtomicOps_Internalx86CPUFeatures
.has_amd_lock_mb_bug = false;
117
AtomicOps_Internalx86CPUFeatures
.has_sse2 = ((edx >> 26) & 1);
atomicops_internals_x86_gcc.h
45
extern struct AtomicOps_x86CPUFeatureStruct
AtomicOps_Internalx86CPUFeatures
;
88
if (
AtomicOps_Internalx86CPUFeatures
.has_amd_lock_mb_bug) {
98
if (
AtomicOps_Internalx86CPUFeatures
.has_amd_lock_mb_bug) {
130
if (
AtomicOps_Internalx86CPUFeatures
.has_sse2) {
139
if (
AtomicOps_Internalx86CPUFeatures
.has_sse2) {
212
if (
AtomicOps_Internalx86CPUFeatures
.has_amd_lock_mb_bug) {
269
if (
AtomicOps_Internalx86CPUFeatures
.has_amd_lock_mb_bug) {
atomicops_internals_tsan.h
52
AtomicOps_Internalx86CPUFeatures
;
/external/v8/src/
atomicops_internals_x86_gcc.cc
66
struct AtomicOps_x86CPUFeatureStruct
AtomicOps_Internalx86CPUFeatures
= {
75
// Initialize the
AtomicOps_Internalx86CPUFeatures
struct.
77
using v8::internal::
AtomicOps_Internalx86CPUFeatures
;
110
AtomicOps_Internalx86CPUFeatures
.has_amd_lock_mb_bug = true;
112
AtomicOps_Internalx86CPUFeatures
.has_amd_lock_mb_bug = false;
116
AtomicOps_Internalx86CPUFeatures
.has_sse2 = ((edx >> 26) & 1);
atomicops_internals_x86_gcc.h
45
extern struct AtomicOps_x86CPUFeatureStruct
AtomicOps_Internalx86CPUFeatures
;
88
if (
AtomicOps_Internalx86CPUFeatures
.has_amd_lock_mb_bug) {
98
if (
AtomicOps_Internalx86CPUFeatures
.has_amd_lock_mb_bug) {
130
if (
AtomicOps_Internalx86CPUFeatures
.has_sse2) {
139
if (
AtomicOps_Internalx86CPUFeatures
.has_sse2) {
212
if (
AtomicOps_Internalx86CPUFeatures
.has_amd_lock_mb_bug) {
269
if (
AtomicOps_Internalx86CPUFeatures
.has_amd_lock_mb_bug) {
/external/chromium/base/
atomicops_internals_x86_gcc.cc
41
struct AtomicOps_x86CPUFeatureStruct
AtomicOps_Internalx86CPUFeatures
= {
46
// Initialize the
AtomicOps_Internalx86CPUFeatures
struct.
79
AtomicOps_Internalx86CPUFeatures
.has_amd_lock_mb_bug = true;
81
AtomicOps_Internalx86CPUFeatures
.has_amd_lock_mb_bug = false;
85
AtomicOps_Internalx86CPUFeatures
.has_sse2 = ((edx >> 26) & 1);
atomicops_internals_x86_gcc.h
20
extern struct AtomicOps_x86CPUFeatureStruct
AtomicOps_Internalx86CPUFeatures
;
66
if (
AtomicOps_Internalx86CPUFeatures
.has_amd_lock_mb_bug) {
76
if (
AtomicOps_Internalx86CPUFeatures
.has_amd_lock_mb_bug) {
108
if (
AtomicOps_Internalx86CPUFeatures
.has_sse2) {
117
if (
AtomicOps_Internalx86CPUFeatures
.has_sse2) {
190
if (
AtomicOps_Internalx86CPUFeatures
.has_amd_lock_mb_bug) {
247
if (
AtomicOps_Internalx86CPUFeatures
.has_amd_lock_mb_bug) {
/external/chromium_org/base/
atomicops_internals_x86_gcc.cc
41
struct AtomicOps_x86CPUFeatureStruct
AtomicOps_Internalx86CPUFeatures
= {
46
// Initialize the
AtomicOps_Internalx86CPUFeatures
struct.
79
AtomicOps_Internalx86CPUFeatures
.has_amd_lock_mb_bug = true;
81
AtomicOps_Internalx86CPUFeatures
.has_amd_lock_mb_bug = false;
85
AtomicOps_Internalx86CPUFeatures
.has_sse2 = ((edx >> 26) & 1);
atomicops_internals_x86_gcc.h
23
AtomicOps_Internalx86CPUFeatures
;
69
if (
AtomicOps_Internalx86CPUFeatures
.has_amd_lock_mb_bug) {
79
if (
AtomicOps_Internalx86CPUFeatures
.has_amd_lock_mb_bug) {
111
if (
AtomicOps_Internalx86CPUFeatures
.has_sse2) {
120
if (
AtomicOps_Internalx86CPUFeatures
.has_sse2) {
193
if (
AtomicOps_Internalx86CPUFeatures
.has_amd_lock_mb_bug) {
250
if (
AtomicOps_Internalx86CPUFeatures
.has_amd_lock_mb_bug) {
atomicops_internals_tsan.h
24
AtomicOps_Internalx86CPUFeatures
;
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
atomicops_internals_x86_gcc.cc
70
struct AtomicOps_x86CPUFeatureStruct
AtomicOps_Internalx86CPUFeatures
= {
77
// Initialize the
AtomicOps_Internalx86CPUFeatures
struct.
110
AtomicOps_Internalx86CPUFeatures
.has_amd_lock_mb_bug = true;
112
AtomicOps_Internalx86CPUFeatures
.has_amd_lock_mb_bug = false;
116
AtomicOps_Internalx86CPUFeatures
.has_sse2 = ((edx >> 26) & 1);
atomicops_internals_x86_gcc.h
49
extern struct AtomicOps_x86CPUFeatureStruct
AtomicOps_Internalx86CPUFeatures
;
92
if (
AtomicOps_Internalx86CPUFeatures
.has_amd_lock_mb_bug) {
102
if (
AtomicOps_Internalx86CPUFeatures
.has_amd_lock_mb_bug) {
134
if (
AtomicOps_Internalx86CPUFeatures
.has_sse2) {
143
if (
AtomicOps_Internalx86CPUFeatures
.has_sse2) {
216
if (
AtomicOps_Internalx86CPUFeatures
.has_amd_lock_mb_bug) {
273
if (
AtomicOps_Internalx86CPUFeatures
.has_amd_lock_mb_bug) {
Completed in 943 milliseconds