Lines Matching defs:at
320 return entries_by_id->at(index);
398 // is a tracked object at that address. In this case we should remove the
404 entries_.at(to_entry_info_index).addr = NULL;
412 // value in addr field. It is bad because later at RemoveDeadEntries
417 entries_.at(to_entry_info_index).addr = NULL;
421 entries_.at(from_entry_info_index).addr = to;
429 entries_.at(from_entry_info_index).size,
432 entries_.at(from_entry_info_index).size = object_size;
448 EntryInfo& entry_info = entries_.at(entry_index);
463 EntryInfo& entry_info = entries_.at(entry_index);
579 EntryInfo& entry_info = entries_.at(entry_index);
674 entries_.at(0).id == 0 &&
675 entries_.at(0).addr == NULL);
678 EntryInfo& entry_info = entries_.at(i);
681 entries_.at(first_free_entry) = entry_info;
683 entries_.at(first_free_entry).accessed = false;
1914 // Add a shortcut to JS global object reference at snapshot root.
1979 Handle<JSGlobalObject>& at(int i) { return objects_[i]; }
1996 Handle<JSGlobalObject> global_obj = enumerator.at(i);
2006 objects_tags_.SetTag(*enumerator.at(i), urls[i]);
2120 ObjectGroup* group = groups->at(i);
2144 ImplicitRefGroup* group = groups->at(i);
2192 SetWrapperNativeReferences(objects->at(i), info);