Searched refs:if_nativepromise (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/builtins/ |
D | builtins-promise.cc | 706 Label if_nativepromise(this), if_notnativepromise(this, Label::kDeferred); in InternalResolvePromise() local 710 BranchIfFastPath(native_context, promise_fun, result, &if_nativepromise, in InternalResolvePromise() 716 Bind(&if_nativepromise); in InternalResolvePromise() 1451 Label if_nativepromise(this), if_notnativepromise(this); in TF_BUILTIN() local 1452 BranchIfFastPath(context, receiver, &if_nativepromise, in TF_BUILTIN() 1457 Bind(&if_nativepromise); in TF_BUILTIN() 1533 Label if_nativepromise(this), if_custompromise(this, Label::kDeferred); in TF_BUILTIN() local 1537 Branch(WordEqual(promise_fun, receiver), &if_nativepromise, in TF_BUILTIN() 1540 Bind(&if_nativepromise); in TF_BUILTIN() 1765 Label if_nativepromise(this), if_custompromise(this, Label::kDeferred); in TF_BUILTIN() local [all …]
|