Home
last modified time | relevance | path

Searched refs:kDoubleElements (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/compiler/
Dsimplified-operator.h188 kDoubleElements = 1u << 2, // Backing store contains doubles. enumerator
Dsimplified-operator.cc301 if (flags & GrowFastElementsFlag::kDoubleElements) { in operator <<()
Dload-elimination.cc652 if (flags & GrowFastElementsFlag::kDoubleElements) { in ReduceMaybeGrowFastElements()
Djs-builtin-reducer.cc889 flags |= GrowFastElementsFlag::kDoubleElements; in ReduceArrayPush()
Djs-native-context-specialization.cc2059 flags |= GrowFastElementsFlag::kDoubleElements; in BuildElementAccess()
Deffect-control-linearizer.cc2325 (flags & GrowFastElementsFlag::kDoubleElements) in LowerMaybeGrowFastElements()