Searched refs:info_dict (Results 1 – 2 of 2) sorted by relevance
471 StructuredData::Dictionary *info_dict = nullptr; in GetSharedCacheInformation() local473 info_dict = info->GetAsDictionary(); in GetSharedCacheInformation()480 if (info_dict && info_dict->HasKey("shared_cache_uuid") && in GetSharedCacheInformation()481 info_dict->HasKey("no_shared_cache") && in GetSharedCacheInformation()482 info_dict->HasKey("shared_cache_base_address")) { in GetSharedCacheInformation()483 base_address = info_dict->GetValueForKey("shared_cache_base_address") in GetSharedCacheInformation()486 info_dict->GetValueForKey("shared_cache_uuid")->GetStringValue()); in GetSharedCacheInformation()489 if (!info_dict->GetValueForKey("no_shared_cache")->GetBooleanValue()) in GetSharedCacheInformation()493 if (info_dict->GetValueForKey("shared_cache_private_cache") in GetSharedCacheInformation()
925 info_dict = extract_td_op_info(op)926 opname = info_dict['opname']928 op_info_dict[opname] = info_dict