Home
last modified time | relevance | path

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

/external/v8/src/objects/
Dstring-inl.h594 uint32_t length_value = static_cast<uint32_t>(length()); in ToValidIndex() local
595 if (index > length_value) return length_value; in ToValidIndex()
/external/v8/src/deoptimizer/
Ddeoptimizer.cc4067 Handle<Object> length_value = GetValueAndAdvance(frame, value_index); in InitializeObjectWithTaggedFieldsAt() local
4068 CHECK_EQ(*length_value, Smi::FromInt(0)); in InitializeObjectWithTaggedFieldsAt()
/external/v8/src/compiler/
Djs-call-reducer.cc2661 base::Optional<ObjectRef> length_value( in ReduceFunctionPrototypeBind() local
2665 if (!length_value || !name_value) { in ReduceFunctionPrototypeBind()
2671 !length_value->IsAccessorInfo() || in ReduceFunctionPrototypeBind()