Searched refs:is_holey (Results 1 – 3 of 3) sorted by relevance
734 bool is_holey = false; in BuildConstantElements() local748 is_holey = true; in BuildConstantElements()761 if (is_holey) kind = GetHoleyElementsKind(kind); in BuildConstantElements()
3878 bool is_holey = false; in Concat() local3883 is_holey = is_holey || IsFastHoleyElementsKind(arg_kind); in Concat()3887 if (is_holey) { in Concat()
1847 bool is_holey = IsFastHoleyElementsKind(current_kind); in EnsureCanContainElements() local1853 is_holey = true; in EnsureCanContainElements()1858 if (is_holey) { in EnsureCanContainElements()1864 } else if (is_holey) { in EnsureCanContainElements()