Searched refs:kFastElements (Results 1 – 3 of 3) sorted by relevance
378 if (fast_elements()) flags |= ObjectLiteral::kFastElements; in ComputeFlags()395 if (fast_elements()) flags |= ObjectLiteral::kFastElements; in EncodeLiteralType()
1347 kFastElements = 1 << 3, enumerator1352 static_cast<int>(kFastElements));
376 bool use_fast_elements = (flags & ObjectLiteral::kFastElements) != 0; in CreateObjectLiteral()