Searched refs:IsPromiseThenProtectorCellInvalid (Results 1 – 4 of 4) sorted by relevance
543 Branch(IsPromiseThenProtectorCellInvalid(), &if_slow, &if_fast); in TF_BUILTIN()
660 Branch(IsPromiseThenProtectorCellInvalid(), if_slow, if_fast); in BranchIfPromiseThenLookupChainIntact()1760 GotoIf(IsPromiseThenProtectorCellInvalid(), &if_slow); in TF_BUILTIN()1784 CSA_ASSERT(this, Word32BinaryNot(IsPromiseThenProtectorCellInvalid())); in TF_BUILTIN()
1833 TNode<BoolT> IsPromiseThenProtectorCellInvalid();
5295 TNode<BoolT> CodeStubAssembler::IsPromiseThenProtectorCellInvalid() { in IsPromiseThenProtectorCellInvalid() function in v8::internal::CodeStubAssembler