Lines Matching refs:afterLoop
196 Label afterLoop(env); in FindElementWithCache() local
204 Jump(&afterLoop); in FindElementWithCache()
220 Branch(Int32UnsignedLessThan(*i, propsNum), &loopEnd, &afterLoop); in FindElementWithCache()
224 Bind(&afterLoop); in FindElementWithCache()
258 Label afterLoop(env); in FindElementFromNumberDictionary() local
314 Label afterLoop(env); in FindEntryFromNameDictionary() local
423 Label afterLoop(env); in FindEntryFromTransitionDictionary() local
1486 Label afterLoop(env); in StringToElementIndex() local
1488 Branch(Int32UnsignedLessThan(*i, len), &loopHead, &afterLoop); in StringToElementIndex()
1500 Branch(Int32UnsignedLessThan(*i, len), &loopEnd, &afterLoop); in StringToElementIndex()
1507 Bind(&afterLoop); in StringToElementIndex()
2529 Label afterLoop(env); in GetPropertyByIndex() local
2634 Branch(TaggedIsHeapObject(*holder), &loopEnd, &afterLoop); in GetPropertyByIndex()
2639 Bind(&afterLoop); in GetPropertyByIndex()
2761 Label afterLoop(env); in GetPropertyByName() local
2883 Branch(TaggedIsHeapObject(*holder), &loopEnd, &afterLoop); in GetPropertyByName()
2888 Bind(&afterLoop); in GetPropertyByName()
3352 Label afterLoop(env); in SetPropertyByIndex() local
3401 Branch(Equal(*holder, receiver), &isReceiver, &afterLoop); in SetPropertyByIndex()
3481 Branch(Equal(*holder, receiver), &holdEqualsRecv, &afterLoop); in SetPropertyByIndex()
3508 Branch(TaggedIsHeapObject(*holder), &loopEnd, &afterLoop); in SetPropertyByIndex()
3512 Bind(&afterLoop); in SetPropertyByIndex()
3561 Label afterLoop(env); in SetPropertyByName() local
3714 Branch(Equal(*holder, receiver), &holdEqualsRecv, &afterLoop); in SetPropertyByName()
3783 Branch(Equal(*holder, receiver), &holdEqualsRecv1, &afterLoop); in SetPropertyByName()
3809 Branch(TaggedIsHeapObject(*holder), &loopEnd, &afterLoop); in SetPropertyByName()
3813 Bind(&afterLoop); in SetPropertyByName()
4601 Label afterLoop(env); in OrdinaryHasInstance() local
4607 Branch(TaggedIsNull(*object), &afterLoop, &loopHead); in OrdinaryHasInstance()
4630 Branch(TaggedIsNull(*object), &afterLoop, &loopEnd); in OrdinaryHasInstance()
4634 Bind(&afterLoop); in OrdinaryHasInstance()
6428 Label afterLoop(env); in IsSimpleEnumCacheValid() local
6432 Branch(TaggedIsHeapObject(*current), &loopHead, &afterLoop); in IsSimpleEnumCacheValid()
6443 Branch(TaggedIsHeapObject(*current), &loopEnd, &afterLoop); in IsSimpleEnumCacheValid()
6447 Bind(&afterLoop); in IsSimpleEnumCacheValid()
6487 Label afterLoop(env); in IsEnumCacheWithProtoChainInfoValid() local
6490 Branch(TaggedIsHeapObject(*current), &loopHead, &afterLoop); in IsEnumCacheWithProtoChainInfoValid()
6497 Branch(TaggedIsHeapObject(*current), &loopEnd, &afterLoop); in IsEnumCacheWithProtoChainInfoValid()
6501 Bind(&afterLoop); in IsEnumCacheWithProtoChainInfoValid()
7497 Label afterLoop(env); in TryStringOrSymbolToElementIndex() local
7499 Branch(Int32UnsignedLessThan(*i, len), &loopHead, &afterLoop); in TryStringOrSymbolToElementIndex()
7512 Branch(Int32UnsignedLessThan(*i, len), &loopEnd, &afterLoop); in TryStringOrSymbolToElementIndex()
7527 Bind(&afterLoop); in TryStringOrSymbolToElementIndex()
8069 Label afterLoop(env); in AppendSkipHole() local
8075 Branch(Int32UnsignedLessThan(*index, firstLength), &storeValue, &afterLoop); in AppendSkipHole()
8079 Branch(TaggedIsHole(value), &afterLoop, ¬Hole); in AppendSkipHole()
8088 Bind(&afterLoop); in AppendSkipHole()