Searched refs:ProfileFilterKey (Results 1 – 1 of 1) sorted by relevance
302 struct ProfileFilterKey { struct in art::FINAL303 ProfileFilterKey(const std::string& dex_location, uint32_t checksum) in ProfileFilterKey() argument308 bool operator==(const ProfileFilterKey& other) const { in operator ==() argument311 bool operator<(const ProfileFilterKey& other) const { in operator <() argument333 std::set<ProfileFilterKey> profile_filter_keys; in ProcessProfiles()347 ProfileFilterKey(dex_location, checksum)) != profile_filter_keys.end(); in ProcessProfiles()370 bool GetProfileFilterKeyFromApks(std::set<ProfileFilterKey>* profile_filter_keys) { in GetProfileFilterKeyFromApks()