Searched refs:if_array (Results 1 – 2 of 2) sorted by relevance
433 Label if_array(this); in EmitGenericElementStore() local434 GotoIf(Word32Equal(instance_type, Int32Constant(JS_ARRAY_TYPE)), &if_array); in EmitGenericElementStore()439 Bind(&if_array); in EmitGenericElementStore()
890 Label if_array(this), length_loaded(this, &var_length); in EmitFastElementsBoundsCheck() local891 GotoIf(is_jsarray_condition, &if_array); in EmitFastElementsBoundsCheck()896 Bind(&if_array); in EmitFastElementsBoundsCheck()