Searched refs:if_outofbounds (Results 1 – 2 of 2) sorted by relevance
368 Label if_outofbounds(this, Label::kDeferred); in GenerateStringAt() local371 GotoIfNot(TaggedIsSmi(position), &if_outofbounds); in GenerateStringAt()374 GotoIfNot(UintPtrLessThan(index, length), &if_outofbounds); in GenerateStringAt()378 BIND(&if_outofbounds); in GenerateStringAt()
2101 Label if_inbounds(this), if_outofbounds(this), done(this); in TF_BUILTIN() local2102 Branch(IntPtrLessThan(index, values_length), &if_inbounds, &if_outofbounds); in TF_BUILTIN()2104 BIND(&if_outofbounds); in TF_BUILTIN()