Searched refs:effective_index (Results 1 – 1 of 1) sorted by relevance
1968 TNode<Smi> effective_index; in FixedArrayBoundsCheck() local1972 effective_index = SmiConstant(Smi::ToInt(constant_index) + in FixedArrayBoundsCheck()1975 effective_index = in FixedArrayBoundsCheck()1978 effective_index = CAST(index); in FixedArrayBoundsCheck()1980 CSA_CHECK(this, SmiBelow(effective_index, LoadFixedArrayBaseLength(array))); in FixedArrayBoundsCheck()1983 TNode<IntPtrT> effective_index = in FixedArrayBoundsCheck() local1986 CSA_CHECK(this, UintPtrLessThan(effective_index, in FixedArrayBoundsCheck()