Lines Matching refs:if_fast

544   Label if_fast(this), if_slow(this, Label::kDeferred), done(this, &var_result);  in InvokeThen()  local
551 BranchIfPromiseThenLookupChainIntact(native_context, receiver_map, &if_fast, in InvokeThen()
554 BIND(&if_fast); in InvokeThen()
588 Label if_fast(this), if_slow(this, Label::kDeferred), done(this, &var_result); in InvokeResolve() local
593 BranchIfPromiseResolveLookupChainIntact(native_context, constructor, &if_fast, in InvokeResolve()
596 BIND(&if_fast); in InvokeResolve()
626 Node* native_context, Node* constructor, Label* if_fast, Label* if_slow) { in BranchIfPromiseResolveLookupChainIntact() argument
633 Branch(IsPromiseResolveProtectorCellInvalid(), if_slow, if_fast); in BranchIfPromiseResolveLookupChainIntact()
637 Node* native_context, Node* promise_map, Label* if_fast, Label* if_slow) { in BranchIfPromiseSpeciesLookupChainIntact() argument
646 Branch(IsPromiseSpeciesProtectorCellInvalid(), if_slow, if_fast); in BranchIfPromiseSpeciesLookupChainIntact()
650 Node* native_context, Node* receiver_map, Label* if_fast, Label* if_slow) { in BranchIfPromiseThenLookupChainIntact() argument
660 Branch(IsPromiseThenProtectorCellInvalid(), if_slow, if_fast); in BranchIfPromiseThenLookupChainIntact()
1079 Label if_fast(this), if_slow(this, Label::kDeferred); in TF_BUILTIN() local
1088 &if_fast, &if_slow); in TF_BUILTIN()
1090 BIND(&if_fast); in TF_BUILTIN()
1757 Label if_fast(this), if_receiver(this), if_slow(this, Label::kDeferred); in TF_BUILTIN() local
1765 &if_fast, &if_slow); in TF_BUILTIN()
1767 BIND(&if_fast); in TF_BUILTIN()