Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-typed-array-gen.cc1542 Label if_not_constructor(this, Label::kDeferred), in TF_BUILTIN() local
1548 GotoIf(TaggedIsSmi(receiver), &if_not_constructor); in TF_BUILTIN()
1549 GotoIfNot(IsConstructor(CAST(receiver)), &if_not_constructor); in TF_BUILTIN()
1601 BIND(&if_not_constructor); in TF_BUILTIN()
1626 if_not_constructor(this, Label::kDeferred), in TF_BUILTIN() local
1642 GotoIf(TaggedIsSmi(receiver), &if_not_constructor); in TF_BUILTIN()
1643 GotoIfNot(IsConstructor(CAST(receiver)), &if_not_constructor); in TF_BUILTIN()
1788 BIND(&if_not_constructor); in TF_BUILTIN()
Dbuiltins-promise-gen.cc119 Label if_not_constructor(this, Label::kDeferred), in TF_BUILTIN() local
122 GotoIf(TaggedIsSmi(constructor), &if_not_constructor); in TF_BUILTIN()
123 GotoIfNot(IsConstructorMap(LoadMap(constructor)), &if_not_constructor); in TF_BUILTIN()
186 BIND(&if_not_constructor); in TF_BUILTIN()