Searched refs:next_free_slot (Results 1 – 2 of 2) sorted by relevance
521 unsigned next_slot = code_entries_[free_slot].next_free_slot; in ~CodeMap()585 free_list_head_ = code_entries_[index].next_free_slot; in AddCodeEntry()592 code_entries_[index].next_free_slot = free_list_head_; in DeleteCodeEntry()
384 unsigned next_free_slot; member