Searched refs:kFastElements (Results 1 – 2 of 2) sorted by relevance
326 bool use_fast_elements = (flags & ObjectLiteral::kFastElements) != 0; in Create()
1375 if (fast_elements()) flags |= kFastElements;1382 if (fast_elements()) flags |= kFastElements; in EncodeLiteralType()1388 kFastElements = 1 << 3, enumerator1393 static_cast<int>(kFastElements));