Home
last modified time | relevance | path

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

/external/v8/src/
Dcode-stub-assembler.cc1968 TNode<Smi> effective_index; in FixedArrayBoundsCheck() local
1972 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() local
1986 CSA_CHECK(this, UintPtrLessThan(effective_index, in FixedArrayBoundsCheck()