Searched refs:if_need_to_allocate (Results 1 – 1 of 1) sorted by relevance
1301 Label if_slow_constructor(this, Label::kDeferred), if_need_to_allocate(this); in TF_BUILTIN() local1304 GotoIf(TaggedIsSmi(value), &if_need_to_allocate); in TF_BUILTIN()1306 GotoIfNot(IsJSPromiseMap(value_map), &if_need_to_allocate); in TF_BUILTIN()1330 GotoIfNot(WordEqual(value_constructor, constructor), &if_need_to_allocate); in TF_BUILTIN()1334 BIND(&if_need_to_allocate); in TF_BUILTIN()