Lines Matching refs:from_index
5784 int from_index = 0; in CopyInsert() local
5785 while (from_index < number_of_descriptors()) { in CopyInsert()
5787 InsertionPointFound(GetKey(from_index), descriptor->GetKey())) { in CopyInsert()
5789 if (replacing) from_index++; in CopyInsert()
5791 if (!(IsNullDescriptor(from_index) || in CopyInsert()
5792 (remove_transitions && IsTransitionOnly(from_index)))) { in CopyInsert()
5794 new_descriptors->CopyFrom(to_index++, this, from_index, witness); in CopyInsert()
5797 from_index++; in CopyInsert()
10969 uint32_t from_index = EntryToIndex(i); in Rehash() local
10970 Object* k = get(from_index); in Rehash()
10976 new_table->set(insertion_index + j, get(from_index + j), mode); in Rehash()