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

/external/chromium_org/v8/src/
H A Dast.cc337 bool is_holey = false; local
349 is_holey = true;
373 kind = is_holey ? GetHoleyElementsKind(kind) : GetPackedElementsKind(kind);
H A Dbuiltins.cc940 bool is_holey = false; local
965 is_holey = is_holey || IsFastHoleyElementsKind(arg_kind);
970 if (is_holey) elements_kind = GetHoleyElementsKind(elements_kind);
H A Dobjects-inl.h1747 bool is_holey = IsFastHoleyElementsKind(current_kind); local
1754 is_holey = true;
1759 if (is_holey) {
1765 } else if (is_holey) {

Completed in 1635 milliseconds