Lines Matching refs:index
68 int index = VectorICComputer::index(0, slot.ToInt());
69 int data = get(index);
74 int index = VectorICComputer::index(0, slot.ToInt());
75 int data = get(index);
77 set(index, new_data);
1378 for (int index = SimpleNumberDictionary::kElementsStartIndex;
1379 index < types->length(); index += SimpleNumberDictionary::kEntrySize) {
1380 int key_index = index + SimpleNumberDictionary::kEntryKeyIndex;