Searched refs:owns_descriptors (Results 1 – 8 of 8) sorted by relevance
962 CHECK(map->owns_descriptors()); in TEST()977 CHECK(tmp_map->owns_descriptors()); in TEST()998 CHECK(map->owns_descriptors()); in TEST()1020 CHECK(tmp_map->owns_descriptors()); in TEST()1342 CHECK(split_map->owns_descriptors()); in TEST()1347 CHECK(!split_map->owns_descriptors()); in TEST()1351 CHECK(map1->owns_descriptors()); in TEST()1360 CHECK(map2->owns_descriptors()); in TEST()
1659 CHECK(map->owns_descriptors()); in TestGeneralizeRepresentationWithSpecialTransition()1768 CHECK(map->owns_descriptors()); in TEST()1772 CHECK(!map->owns_descriptors()); in TEST()1826 CHECK(map->owns_descriptors()); in TEST()1830 CHECK(!map->owns_descriptors()); in TEST()1903 CHECK(map->owns_descriptors()); in TEST()1907 CHECK(!map->owns_descriptors()); in TEST()
44 DCHECK(map->owns_descriptors()); in ShareAppend()
474 os << "\n - instance descriptors " << (owns_descriptors() ? "(own) " : "") in MapPrint()
4625 void Map::set_owns_descriptors(bool owns_descriptors) { in set_owns_descriptors() argument4626 set_bit_field3(OwnsDescriptors::update(bit_field3(), owns_descriptors)); in set_owns_descriptors()4630 bool Map::owns_descriptors() { in owns_descriptors() function
3163 DCHECK(result->owns_descriptors()); in FindRootMap()4516 DCHECK(map->owns_descriptors()); in EnsureDescriptorSlack()9300 DCHECK(map->owns_descriptors()); in CopyInitialMap()9416 DCHECK(parent->owns_descriptors()); in ConnectTransition()9678 if (map->owns_descriptors()) { in CopyForTransition()9988 if (flag == INSERT_TRANSITION && map->owns_descriptors() && in CopyAddDescriptor()
5758 inline bool owns_descriptors();5759 inline void set_owns_descriptors(bool owns_descriptors);
184 if (map_obj->owns_descriptors() && array != heap->empty_descriptor_array()) { in Visit()