Searched refs:IsFunctionWithPrototypeSlotMap (Results 1 – 6 of 6) sorted by relevance
56 CSA_ASSERT(this, IsFunctionWithPrototypeSlotMap(LoadMap(promise_fun))); in Await()160 CSA_ASSERT(this, IsFunctionWithPrototypeSlotMap(LoadMap(promise_fun))); in AwaitOptimized()
125 Branch(IsFunctionWithPrototypeSlotMap(function_map), &init_prototype, in TF_BUILTIN()
1461 GotoIfNot(IsFunctionWithPrototypeSlotMap(LoadMap(closure)), &runtime); in TF_BUILTIN()
25 CSA_ASSERT(this, IsFunctionWithPrototypeSlotMap(LoadMap(promise_fun))); in AllocateJSPromise()
1759 TNode<BoolT> IsFunctionWithPrototypeSlotMap(SloppyTNode<Map> map);
2613 CSA_ASSERT(this, IsFunctionWithPrototypeSlotMap(LoadMap(function))); in LoadJSFunctionPrototype()5373 TNode<BoolT> CodeStubAssembler::IsFunctionWithPrototypeSlotMap( in IsFunctionWithPrototypeSlotMap() function in v8::internal::CodeStubAssembler12398 CSA_ASSERT(this, Word32BinaryNot(IsFunctionWithPrototypeSlotMap(map))); in AllocateFunctionWithMapAndContext()