Lines Matching refs:dex_location
91 : dex_location(location), dex_checksum(checksum), num_method_ids(num_methods) {} in DexReference()
95 dex_location == other.dex_location &&
101 dex_location == GetProfileDexFileKey(dex_file->GetLocation()); in MatchesDex()
104 std::string dex_location; member
279 const std::string& dex_location,
321 static bool ProfileFilterFnAcceptAll(const std::string& dex_location, uint32_t checksum);
365 MethodHotness GetMethodHotness(const std::string& dex_location,
376 std::unique_ptr<OfflineProfileMethodInfo> GetMethod(const std::string& dex_location,
404 static std::string GetProfileDexFileKey(const std::string& dex_location);
614 bool AddMethod(const std::string& dex_location,
622 bool AddClassIndex(const std::string& dex_location,
663 std::string dex_location; member