Searched refs:index_table_ (Results 1 – 1 of 1) sorted by relevance
548 { return this->index_table_[slot]; } in index_table()597 uint32_t* index_table_; member in gold::Dwp_output_file::Dwp_index1740 uint32_t row_index = this->index_table_[slot]; in find_or_add()1749 row_index = this->index_table_[slot]; in find_or_add()1776 this->index_table_[slot] = row_index; in enter_set()1792 this->index_table_ = new uint32_t[this->capacity_]; in initialize()1793 memset(this->index_table_, 0, this->capacity_ * sizeof(uint32_t)); in initialize()1803 uint32_t* old_index_table = this->index_table_; in grow()1809 this->index_table_ = new uint32_t[this->capacity_]; in grow()1810 memset(this->index_table_, 0, this->capacity_ * sizeof(uint32_t)); in grow()[all …]