Lines Matching defs:elements
911 PrintF(trace_file, "arguments elements object #%d (type = %d, length = %d)",
957 // FixedArray elements depend on dynamic information from the optimized frame.
1701 // If we were to construct it with the above elements value then an
1703 // the same elements store. That would violate the key assumption
1710 // and possibly elements store) are allocated.
1720 auto elements = Handle<FixedArrayBase>::cast(GetValue());
1721 DCHECK(elements->IsFixedArray() || elements->IsFixedDoubleArray());
1722 if (elements->IsFixedDoubleArray()) {
1723 DCHECK(!elements->IsCowArray());
1725 Handle<FixedDoubleArray>::cast(elements)));
1726 } else if (!elements->IsCowArray()) {
1728 Handle<FixedArray>::cast(elements)));