Searched refs:heap_name_to_config_ (Results 1 – 2 of 2) sorted by relevance
126 heap_name_to_config_[heap_name] = heap_config; in MapNameToIonMask()154 heap_name_to_config_[heap_name] = heap_config; in MapNameToIonName()186 auto it = heap_name_to_config_.find(heap_name); in GetIonConfig()187 if (it != heap_name_to_config_.end()) { in GetIonConfig()204 heap_name_to_config_[heap_name] = heap_config; in GetIonConfig()
234 std::unordered_map<std::string, struct IonHeapConfig> heap_name_to_config_; variable