Lines Matching refs:branch_lookup_table_
511 stub_tables_(), branch_lookup_table_(), branch_info_(), in Target_powerpc()
801 unsigned int off = this->branch_lookup_table_.size() * (size / 8); in add_branch_lookup_table()
802 this->branch_lookup_table_.insert(std::make_pair(to, off)); in add_branch_lookup_table()
809 = this->branch_lookup_table_.find(to); in find_branch_lookup_table()
810 return p == this->branch_lookup_table_.end() ? invalid_address : p->second; in find_branch_lookup_table()
817 = this->branch_lookup_table_.begin(); in write_branch_lookup_table()
818 p != this->branch_lookup_table_.end(); in write_branch_lookup_table()
1301 Branch_lookup_table branch_lookup_table_; member in __anon0f0c9f3e0111::Target_powerpc
2824 this->branch_lookup_table_.clear(); in do_relax()
2854 prev_brlt_size = this->branch_lookup_table_.size(); in do_relax()
2855 this->branch_lookup_table_.clear(); in do_relax()
2885 unsigned int num_huge_branches = this->branch_lookup_table_.size(); in do_relax()
2946 = this->branch_lookup_table_.begin(); in do_relax()
2947 p != this->branch_lookup_table_.end(); in do_relax()