Home
last modified time | relevance | path

Searched refs:IsFunctionWithPrototypeSlotMap (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/builtins/
Dpromise-misc.tq35 extern macro IsFunctionWithPrototypeSlotMap(Map): bool;
57 dcheck(IsFunctionWithPrototypeSlotMap(promiseFun.map));
Dbuiltins-constructor-gen.cc241 Branch(IsFunctionWithPrototypeSlotMap(function_map), &init_prototype, in TF_BUILTIN()
Dbuiltins-object-gen.cc1240 GotoIfNot(IsFunctionWithPrototypeSlotMap(LoadMap(closure)), &runtime); in TF_BUILTIN()
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc2940 CSA_DCHECK(this, IsFunctionWithPrototypeSlotMap(LoadMap(function))); in LoadJSFunctionPrototype()
6344 TNode<BoolT> CodeStubAssembler::IsFunctionWithPrototypeSlotMap(TNode<Map> map) { in IsFunctionWithPrototypeSlotMap() function in v8::internal::CodeStubAssembler
14786 CSA_DCHECK(this, Word32BinaryNot(IsFunctionWithPrototypeSlotMap(map))); in AllocateFunctionWithMapAndContext()
Dcode-stub-assembler.h2550 TNode<BoolT> IsFunctionWithPrototypeSlotMap(TNode<Map> map);