Searched refs:IsFunctionWithPrototypeSlotMap (Results 1 – 5 of 5) sorted by relevance
35 extern macro IsFunctionWithPrototypeSlotMap(Map): bool;57 dcheck(IsFunctionWithPrototypeSlotMap(promiseFun.map));
241 Branch(IsFunctionWithPrototypeSlotMap(function_map), &init_prototype, in TF_BUILTIN()
1240 GotoIfNot(IsFunctionWithPrototypeSlotMap(LoadMap(closure)), &runtime); in TF_BUILTIN()
2940 CSA_DCHECK(this, IsFunctionWithPrototypeSlotMap(LoadMap(function))); in LoadJSFunctionPrototype()6344 TNode<BoolT> CodeStubAssembler::IsFunctionWithPrototypeSlotMap(TNode<Map> map) { in IsFunctionWithPrototypeSlotMap() function in v8::internal::CodeStubAssembler14786 CSA_DCHECK(this, Word32BinaryNot(IsFunctionWithPrototypeSlotMap(map))); in AllocateFunctionWithMapAndContext()
2550 TNode<BoolT> IsFunctionWithPrototypeSlotMap(TNode<Map> map);