Searched refs:if_outofobject (Results 1 – 1 of 1) sorted by relevance
3693 auto if_outofobject = __ MakeLabel(); in LowerLoadFieldByIndex() local3694 __ GotoIf(__ IntLessThan(index, zero), &if_outofobject); in LowerLoadFieldByIndex()3707 __ Bind(&if_outofobject); in LowerLoadFieldByIndex()3730 auto if_outofobject = __ MakeLabel(); in LowerLoadFieldByIndex() local3731 __ GotoIf(__ IntLessThan(index, zero), &if_outofobject); in LowerLoadFieldByIndex()3748 __ Bind(&if_outofobject); in LowerLoadFieldByIndex()