Searched refs:IsJSFunctionMap (Results 1 – 4 of 4) sorted by relevance
548 bool Map::IsJSFunctionMap() const { in IsJSFunctionMap() function
772 inline bool IsJSFunctionMap() const;
1773 TNode<BoolT> IsJSFunctionMap(SloppyTNode<Map> map);
3660 CSA_ASSERT(this, Word32BinaryNot(IsJSFunctionMap(map))); in AllocateJSObjectFromMap()5771 return IsJSFunctionMap(LoadMap(object)); in IsJSFunction()5774 TNode<BoolT> CodeStubAssembler::IsJSFunctionMap(SloppyTNode<Map> map) { in IsJSFunctionMap() function in v8::internal::CodeStubAssembler