Searched refs:is_holey (Results 1 – 3 of 3) sorted by relevance
492 bool is_holey = false; in BuildConstantElements() local509 is_holey = true; in BuildConstantElements()537 kind = is_holey ? GetHoleyElementsKind(kind) : GetPackedElementsKind(kind); in BuildConstantElements()
2370 bool is_holey = false; in Concat() local2385 is_holey = is_holey || IsFastHoleyElementsKind(arg_kind); in Concat()2388 if (is_holey) { in Concat()
1884 bool is_holey = IsFastHoleyElementsKind(current_kind); in EnsureCanContainElements() local1891 is_holey = true; in EnsureCanContainElements()1896 if (is_holey) { in EnsureCanContainElements()1902 } else if (is_holey) { in EnsureCanContainElements()