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

Completed in 33 milliseconds