Searched refs:has_fast_object_elements (Results 1 – 4 of 4) sorted by relevance
415 inline bool has_fast_object_elements() const;
565 bool Map::has_fast_object_elements() const { in has_fast_object_elements() function
768 DCHECK(map->has_fast_object_elements()); in EnsureHasInitialMap()
476 CHECK_EQ(map().has_fast_object_elements(), HasObjectElements()); in JSObjectVerify()