occupancy 625 src/debug.cc Handle<FixedArray> instances = FACTORY->NewFixedArray(occupancy()); occupancy 82 src/hashmap.h uint32_t occupancy() const { return occupancy_; } occupancy 150 src/interface.cc this->exports_->occupancy() >= that->exports_->occupancy())) { occupancy 190 src/interface.cc int this_size = this->exports_ == NULL ? 0 : this->exports_->occupancy(); occupancy 191 src/interface.cc int that_size = map == NULL ? 0 : map->occupancy(); occupancy 232 src/interface.cc if (map == NULL || map->occupancy() == 0) { occupancy 1333 src/profile-generator.cc ASSERT(static_cast<uint32_t>(entries_.length()) > entries_map_.occupancy()); occupancy 1340 src/profile-generator.cc ASSERT(static_cast<uint32_t>(entries_.length()) > entries_map_.occupancy()); occupancy 1354 src/profile-generator.cc ASSERT(static_cast<uint32_t>(entries_.length()) > entries_map_.occupancy()); occupancy 1447 src/profile-generator.cc entries_map_.occupancy()); occupancy 2814 src/profile-generator.cc return objects_by_info_.occupancy(); occupancy 807 src/profile-generator.h bool is_empty() const { return entries_.occupancy() == 0; } occupancy 79 test/cctest/test-hashmap.cc CHECK_EQ(map_.occupancy(), static_cast<double>(count)); occupancy 95 test/cctest/test-hashmap.cc CHECK_EQ(0, set.occupancy()); occupancy 100 test/cctest/test-hashmap.cc CHECK_EQ(3, set.occupancy()); occupancy 104 test/cctest/test-hashmap.cc CHECK_EQ(3, set.occupancy()); occupancy 110 test/cctest/test-hashmap.cc CHECK_EQ(3, set.occupancy()); occupancy 116 test/cctest/test-hashmap.cc CHECK_EQ(2, set.occupancy()); occupancy 122 test/cctest/test-hashmap.cc CHECK_EQ(1, set.occupancy()); occupancy 125 test/cctest/test-hashmap.cc CHECK_EQ(0, set.occupancy()); occupancy 135 test/cctest/test-hashmap.cc CHECK_EQ(i, static_cast<double>(set.occupancy())); occupancy 139 test/cctest/test-hashmap.cc CHECK_EQ(n, static_cast<double>(set.occupancy())); occupancy 147 test/cctest/test-hashmap.cc CHECK_EQ(n, static_cast<double>(set.occupancy())); occupancy 152 test/cctest/test-hashmap.cc CHECK_EQ(n - i, static_cast<double>(set.occupancy())); occupancy 169 test/cctest/test-hashmap.cc CHECK_EQ(0, set.occupancy());