Searched refs:heap_name_to_config_ (Results 1 – 2 of 2) sorted by relevance
119 heap_name_to_config_[heap_name] = heap_config; in MapNameToIonMask()145 heap_name_to_config_[heap_name] = heap_config; in MapNameToIonName()168 auto it = heap_name_to_config_.find(heap_name); in GetIonConfig()169 if (it != heap_name_to_config_.end()) { in GetIonConfig()181 heap_name_to_config_[heap_name] = heap_config; in GetIonConfig()
175 std::unordered_map<std::string, struct IonHeapConfig> heap_name_to_config_; variable