Searched refs:number_of_properties_ (Results 1 – 1 of 1) sorted by relevance
96 int number_of_properties_; member in Expectations100 : isolate_(isolate), number_of_properties_(0) {} in Expectations()113 os << "Expectations: #" << number_of_properties_ << "\n"; in Print()114 for (int i = 0; i < number_of_properties_; i++) { in Print()189 CHECK(index < number_of_properties_); in SetAccessorConstantComponent()216 CHECK(index < number_of_properties_); in GeneralizeRepresentation()254 CHECK(number_of_properties_ <= MAX_PROPERTIES); in Check()259 CHECK(expected_nof <= number_of_properties_); in Check()273 bool Check(Map* map) const { return Check(map, number_of_properties_); } in Check()284 CHECK_EQ(number_of_properties_, map->NumberOfOwnDescriptors()); in AddDataField()[all …]