Searched refs:info_dict (Results 1 – 2 of 2) sorted by relevance
560 StructuredData::Dictionary *info_dict = nullptr; in GetSharedCacheInformation() local562 info_dict = info->GetAsDictionary(); in GetSharedCacheInformation()569 if (info_dict && info_dict->HasKey("shared_cache_uuid") && in GetSharedCacheInformation()570 info_dict->HasKey("no_shared_cache") && in GetSharedCacheInformation()571 info_dict->HasKey("shared_cache_base_address")) { in GetSharedCacheInformation()572 base_address = info_dict->GetValueForKey("shared_cache_base_address") in GetSharedCacheInformation()575 info_dict->GetValueForKey("shared_cache_uuid")->GetStringValue()); in GetSharedCacheInformation()578 if (!info_dict->GetValueForKey("no_shared_cache")->GetBooleanValue()) in GetSharedCacheInformation()582 if (info_dict->GetValueForKey("shared_cache_private_cache") in GetSharedCacheInformation()
2364 StructuredData::Dictionary *info_dict = info->GetAsDictionary(); in GetSharedCacheBaseAddress() local2365 if (!info_dict) in GetSharedCacheBaseAddress()2369 info_dict->GetValueForKey("shared_cache_base_address"); in GetSharedCacheBaseAddress()