Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/builtins/
Dbuiltins-call-gen.cc151 Label if_done(this), if_arguments(this), if_array(this), in CallOrConstructWithArrayLike() local
211 Branch(IsJSArrayMap(arguments_list_map), &if_array, &if_runtime); in CallOrConstructWithArrayLike()
215 BIND(&if_array); in CallOrConstructWithArrayLike()
Dbuiltins-object-gen.cc754 Label checkstringtag(this), if_arguments(this), if_array(this), in TF_BUILTIN() local
780 {JS_ARRAY_TYPE, &if_array}, in TF_BUILTIN()
805 BIND(&if_array); in TF_BUILTIN()
Dbuiltins-array-gen.cc1211 Label if_typedarray(this), if_other(this, Label::kDeferred), if_array(this), in TF_BUILTIN() local
1232 GotoIf(InstanceTypeEqual(array_type, JS_ARRAY_TYPE), &if_array); in TF_BUILTIN()
1236 BIND(&if_array); in TF_BUILTIN()
/third_party/node/deps/v8/src/ic/
Dkeyed-store-generic.cc579 Label if_array(this); in EmitGenericElementStore() local
580 GotoIf(IsJSArrayInstanceType(instance_type), &if_array); in EmitGenericElementStore()
585 BIND(&if_array); in EmitGenericElementStore()
Daccessor-assembler.cc2293 Label if_array(this), length_loaded(this, &var_length); in EmitFastElementsBoundsCheck() local
2294 GotoIf(is_jsarray_condition, &if_array); in EmitFastElementsBoundsCheck()
2299 BIND(&if_array); in EmitFastElementsBoundsCheck()
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc9791 Label if_array(this), if_function(this), if_wrapper(this); in CallGetterIfAccessor() local
9796 GotoIf(IsJSArrayInstanceType(holder_instance_type), &if_array); in CallGetterIfAccessor()
9802 BIND(&if_array); in CallGetterIfAccessor()