Searched refs:GrowFastElementsFlag (Results 1 – 6 of 6) sorted by relevance
184 enum class GrowFastElementsFlag : uint8_t { enum190 typedef base::Flags<GrowFastElementsFlag> GrowFastElementsFlags;
297 if (flags & GrowFastElementsFlag::kArrayObject) { in operator <<()301 if (flags & GrowFastElementsFlag::kDoubleElements) { in operator <<()306 if (flags & GrowFastElementsFlag::kHoleyElements) { in operator <<()
652 if (flags & GrowFastElementsFlag::kDoubleElements) { in ReduceMaybeGrowFastElements()661 if (flags & GrowFastElementsFlag::kArrayObject) { in ReduceMaybeGrowFastElements()969 if (flags & GrowFastElementsFlag::kArrayObject) { in ComputeLoopState()
2051 GrowFastElementsFlags flags = GrowFastElementsFlag::kNone; in BuildElementAccess()2053 flags |= GrowFastElementsFlag::kArrayObject; in BuildElementAccess()2056 flags |= GrowFastElementsFlag::kHoleyElements; in BuildElementAccess()2059 flags |= GrowFastElementsFlag::kDoubleElements; in BuildElementAccess()
2306 Node* check0 = (flags & GrowFastElementsFlag::kHoleyElements) in LowerMaybeGrowFastElements()2325 (flags & GrowFastElementsFlag::kDoubleElements) in LowerMaybeGrowFastElements()2345 if (flags & GrowFastElementsFlag::kArrayObject) { in LowerMaybeGrowFastElements()2362 if (!(flags & GrowFastElementsFlag::kHoleyElements)) { in LowerMaybeGrowFastElements()
887 GrowFastElementsFlags flags = GrowFastElementsFlag::kArrayObject; in ReduceArrayPush()889 flags |= GrowFastElementsFlag::kDoubleElements; in ReduceArrayPush()