Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-typed-lowering.cc1758 Type* length_type = NodeProperties::GetType(length); in ReduceJSCreateArray() local
1759 if (length_type->Is(type_cache_.kElementLoopUnrollType)) { in ReduceJSCreateArray()
1760 int capacity = static_cast<int>(length_type->Max()); in ReduceJSCreateArray()