Searched refs:is_holey (Results 1 – 3 of 3) sorted by relevance
344 bool is_holey = false; in BuildConstantElements() local356 is_holey = true; in BuildConstantElements()380 kind = is_holey ? GetHoleyElementsKind(kind) : GetPackedElementsKind(kind); in BuildConstantElements()
1003 bool is_holey = false; in BUILTIN() local1028 is_holey = is_holey || IsFastHoleyElementsKind(arg_kind); in BUILTIN()1033 if (is_holey) elements_kind = GetHoleyElementsKind(elements_kind); in BUILTIN()
1671 bool is_holey = IsFastHoleyElementsKind(current_kind); in EnsureCanContainElements() local1678 is_holey = true; in EnsureCanContainElements()1683 if (is_holey) { in EnsureCanContainElements()1689 } else if (is_holey) { in EnsureCanContainElements()