Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-call-gen.cc115 TNode<Map> arguments_list_map = LoadMap(CAST(arguments_list)); in CallOrConstructWithArrayLike() local
121 GotoIf(WordEqual(arguments_list_map, sloppy_arguments_map), &if_arguments); in CallOrConstructWithArrayLike()
124 GotoIf(WordEqual(arguments_list_map, strict_arguments_map), &if_arguments); in CallOrConstructWithArrayLike()
127 Branch(IsJSArrayMap(arguments_list_map), &if_array, &if_runtime); in CallOrConstructWithArrayLike()
147 TNode<Int32T> kind = LoadMapElementsKind(arguments_list_map); in CallOrConstructWithArrayLike()
158 GotoIfNot(IsPrototypeInitialArrayPrototype(context, arguments_list_map), in CallOrConstructWithArrayLike()