Home
last modified time | relevance | path

Searched refs:is_holey (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
Dast.cc344 bool is_holey = false; in BuildConstantElements() local
356 is_holey = true; in BuildConstantElements()
380 kind = is_holey ? GetHoleyElementsKind(kind) : GetPackedElementsKind(kind); in BuildConstantElements()
Dbuiltins.cc1003 bool is_holey = false; in BUILTIN() local
1028 is_holey = is_holey || IsFastHoleyElementsKind(arg_kind); in BUILTIN()
1033 if (is_holey) elements_kind = GetHoleyElementsKind(elements_kind); in BUILTIN()
Dobjects-inl.h1671 bool is_holey = IsFastHoleyElementsKind(current_kind); in EnsureCanContainElements() local
1678 is_holey = true; in EnsureCanContainElements()
1683 if (is_holey) { in EnsureCanContainElements()
1689 } else if (is_holey) { in EnsureCanContainElements()