Searched refs:arg_kind (Results 1 – 3 of 3) sorted by relevance
963 ElementsKind arg_kind = JSArray::cast(arg)->map()->elements_kind(); in BUILTIN() local964 has_double = has_double || IsFastDoubleElementsKind(arg_kind); in BUILTIN()965 is_holey = is_holey || IsFastHoleyElementsKind(arg_kind); in BUILTIN()966 if (IsMoreGeneralElementsKindTransition(elements_kind, arg_kind)) { in BUILTIN()967 elements_kind = arg_kind; in BUILTIN()
773 Use ``__attribute__((argument_with_type_tag(arg_kind, arg_idx,776 ``arg_kind`` is an identifier that should be used when annotating all
1000 Use ``__attribute__((argument_with_type_tag(arg_kind, arg_idx,1003 ``arg_kind`` is an identifier that should be used when annotating all