Home
last modified time | relevance | path

Searched refs:kFastElements (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/runtime/
Druntime-literals.cc326 bool use_fast_elements = (flags & ObjectLiteral::kFastElements) != 0; in Create()
/external/v8/src/ast/
Dast.h1375 if (fast_elements()) flags |= kFastElements;
1382 if (fast_elements()) flags |= kFastElements; in EncodeLiteralType()
1388 kFastElements = 1 << 3, enumerator
1393 static_cast<int>(kFastElements));