Home | History | Annotate | Download | only in src

Lines Matching refs:entry_info

1365     EntryInfo& entry_info = entries_->at(entry_index);
1366 entry_info.accessed = true;
1367 return entry_info.id;
1382 EntryInfo& entry_info = entries_->at(entry_index);
1383 if (entry_info.accessed) {
1385 new_entries->Add(EntryInfo(entry_info.id, false));
1515 EntryInfo* entry_info = reinterpret_cast<EntryInfo*>(p->value);
1516 entry_info->entry = entry_info->allocator->AllocateEntry(
1518 entry_info->children_count,
1519 entry_info->retainers_count);
1520 ASSERT(entry_info->entry != NULL);
1521 ASSERT(entry_info->entry != kHeapEntryPlaceholder);
1522 entry_info->children_count = 0;
1523 entry_info->retainers_count = 0;
1531 EntryInfo* entry_info = reinterpret_cast<EntryInfo*>(cache_entry->value);
1532 return entry_info->entry;