Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-async-gen.cc56 CSA_ASSERT(this, IsFunctionWithPrototypeSlotMap(LoadMap(promise_fun))); in Await()
160 CSA_ASSERT(this, IsFunctionWithPrototypeSlotMap(LoadMap(promise_fun))); in AwaitOptimized()
Dbuiltins-constructor-gen.cc125 Branch(IsFunctionWithPrototypeSlotMap(function_map), &init_prototype, in TF_BUILTIN()
Dbuiltins-object-gen.cc1461 GotoIfNot(IsFunctionWithPrototypeSlotMap(LoadMap(closure)), &runtime); in TF_BUILTIN()
Dbuiltins-promise-gen.cc25 CSA_ASSERT(this, IsFunctionWithPrototypeSlotMap(LoadMap(promise_fun))); in AllocateJSPromise()
/external/v8/src/
Dcode-stub-assembler.h1759 TNode<BoolT> IsFunctionWithPrototypeSlotMap(SloppyTNode<Map> map);
Dcode-stub-assembler.cc2613 CSA_ASSERT(this, IsFunctionWithPrototypeSlotMap(LoadMap(function))); in LoadJSFunctionPrototype()
5373 TNode<BoolT> CodeStubAssembler::IsFunctionWithPrototypeSlotMap( in IsFunctionWithPrototypeSlotMap() function in v8::internal::CodeStubAssembler
12398 CSA_ASSERT(this, Word32BinaryNot(IsFunctionWithPrototypeSlotMap(map))); in AllocateFunctionWithMapAndContext()