Lines Matching refs:HOLEY_ELEMENTS
165 Branch(IsElementsKindGreaterThan(kind, HOLEY_ELEMENTS), &double_push, in FilterProcessor()
171 BuildAppendJSArray(HOLEY_ELEMENTS, a(), k_value, &runtime); in FilterProcessor()
266 Branch(IsElementsKindGreaterThan(kind, HOLEY_ELEMENTS), &array_double, in FastMapProcessor()
286 TryStoreArrayElement(HOLEY_ELEMENTS, mode, &runtime, elements, k, in FastMapProcessor()
804 Branch(IsElementsKindGreaterThan(kind, HOLEY_ELEMENTS), in HandleFastElements()
1100 Branch(IsElementsKindGreaterThan(kind, HOLEY_ELEMENTS), &double_push, in TF_BUILTIN()
1240 Node* array_map = LoadJSArrayElementsMap(HOLEY_ELEMENTS, native_context); in HandleFastSlice()
1241 result.Bind(AllocateJSArray(HOLEY_ELEMENTS, array_map, count, count, in HandleFastSlice()
1566 GotoIf(Int32LessThanOrEqual(elements_kind, Int32Constant(HOLEY_ELEMENTS)), in TF_BUILTIN()
3011 STATIC_ASSERT(HOLEY_ELEMENTS == 3); in Generate()
3012 GotoIf(Uint32LessThanOrEqual(elements_kind, Int32Constant(HOLEY_ELEMENTS)), in Generate()
4058 STATIC_ASSERT(HOLEY_ELEMENTS == 3); in CreateArrayDispatchSingleArgument()
4320 GENERATE_ARRAY_CTOR(NoArgument, Holey, HOLEY_ELEMENTS, DisableAllocationSites,
4338 GENERATE_ARRAY_CTOR(SingleArgument, Holey, HOLEY_ELEMENTS,
4354 GENERATE_INTERNAL_ARRAY_CTOR(NoArgument, Holey, HOLEY_ELEMENTS);
4356 GENERATE_INTERNAL_ARRAY_CTOR(SingleArgument, Holey, HOLEY_ELEMENTS);