Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-promise-gen.cc1301 Label if_slow_constructor(this, Label::kDeferred), if_need_to_allocate(this); in TF_BUILTIN() local
1304 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()