Searched refs:length_type (Results 1 – 1 of 1) sorted by relevance
1758 Type* length_type = NodeProperties::GetType(length); in ReduceJSCreateArray() local1759 if (length_type->Is(type_cache_.kElementLoopUnrollType)) { in ReduceJSCreateArray()1760 int capacity = static_cast<int>(length_type->Max()); in ReduceJSCreateArray()