Searched refs:if_array (Results 1 – 6 of 6) sorted by relevance
/third_party/node/deps/v8/src/builtins/ |
D | builtins-call-gen.cc | 151 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()
|
D | builtins-object-gen.cc | 754 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()
|
D | builtins-array-gen.cc | 1211 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/ |
D | keyed-store-generic.cc | 579 Label if_array(this); in EmitGenericElementStore() local 580 GotoIf(IsJSArrayInstanceType(instance_type), &if_array); in EmitGenericElementStore() 585 BIND(&if_array); in EmitGenericElementStore()
|
D | accessor-assembler.cc | 2293 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/ |
D | code-stub-assembler.cc | 9791 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()
|