Lines Matching refs:checksum
86 // A dex location together with its checksum.
90 DexReference(const std::string& location, uint32_t checksum, uint32_t num_methods)
91 : dex_location(location), dex_checksum(checksum), num_method_ids(num_methods) {}
111 // profile rather than as a full DexRefence(location,checksum).
280 uint32_t checksum,
321 static bool ProfileFilterFnAcceptAll(const std::string& dex_location, uint32_t checksum);
373 // If the method index is not found or the checksum doesn't match, null is returned.
389 // file is register and has a matching checksum, false otherwise.
438 // The matching [profile key <-> dex_file] is done based on the dex checksum and the number of
503 checksum(location_checksum),
529 return checksum == other.checksum &&
565 // The dex checksum.
566 uint32_t checksum;
601 // already exists but has a different checksum
603 uint32_t checksum,
623 uint32_t checksum,
637 uint32_t checksum,
641 // the key or the checksum mismatches.
666 uint32_t checksum;