Searched refs:ProfileFilterKey (Results 1 – 1 of 1) sorted by relevance
488 struct ProfileFilterKey { struct in art::ProfMan489 ProfileFilterKey(const std::string& dex_location, uint32_t checksum) in ProfileFilterKey() function494 bool operator==(const ProfileFilterKey& other) const { in operator ==() argument497 bool operator<(const ProfileFilterKey& other) const { in operator <() argument519 std::set<ProfileFilterKey> profile_filter_keys; in ProcessProfiles()534 return profile_filter_keys.find(ProfileFilterKey(base_key, checksum)) != in ProcessProfiles()559 bool GetProfileFilterKeyFromApks(std::set<ProfileFilterKey>* profile_filter_keys) { in GetProfileFilterKeyFromApks()