Searched refs:handle_to_index_ (Results 1 – 2 of 2) sorted by relevance
382 this->handle_to_index_.clear(); in Build()2742 handle_to_index_[handle] = instructions_.size(); in AddInstruction()2819 auto it = handle_to_index_.find(handle); in LookUpInstructionByHandle()2820 if (it == handle_to_index_.end()) { in LookUpInstructionByHandle()
686 absl::flat_hash_map<int64, int64> handle_to_index_; variable