Home | History | Annotate | Download | only in src

Lines Matching refs:from_index

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