Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-async-generator-gen.cc543 Branch(IsPromiseThenProtectorCellInvalid(), &if_slow, &if_fast); in TF_BUILTIN()
Dbuiltins-promise-gen.cc660 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()
/external/v8/src/
Dcode-stub-assembler.h1833 TNode<BoolT> IsPromiseThenProtectorCellInvalid();
Dcode-stub-assembler.cc5295 TNode<BoolT> CodeStubAssembler::IsPromiseThenProtectorCellInvalid() { in IsPromiseThenProtectorCellInvalid() function in v8::internal::CodeStubAssembler