Home | History | Annotate | Download | only in profiler

Lines Matching refs:first_free_entry

656   int first_free_entry = 1;
660 if (first_free_entry != i) {
661 entries_.at(first_free_entry) = entry_info;
663 entries_.at(first_free_entry).accessed = false;
667 entry->value = reinterpret_cast<void*>(first_free_entry);
668 ++first_free_entry;
676 entries_.Rewind(first_free_entry);