Home | History | Annotate | Download | only in builtins

Lines Matching refs:IsElementsKindGreaterThan

156         GotoIf(IsElementsKindGreaterThan(kind, HOLEY_SMI_ELEMENTS),
165 Branch(IsElementsKindGreaterThan(kind, HOLEY_ELEMENTS), &double_push,
251 GotoIf(IsElementsKindGreaterThan(kind, HOLEY_SMI_ELEMENTS), &array_not_smi);
266 Branch(IsElementsKindGreaterThan(kind, HOLEY_ELEMENTS), &array_double,
804 Branch(IsElementsKindGreaterThan(kind, HOLEY_ELEMENTS),
820 Branch(IsElementsKindGreaterThan(kind, HOLEY_DOUBLE_ELEMENTS), slow,
1065 GotoIf(IsElementsKindGreaterThan(kind, HOLEY_SMI_ELEMENTS),
1100 Branch(IsElementsKindGreaterThan(kind, HOLEY_ELEMENTS), &double_push,