Lines Matching refs:checksum
81 // A dex location together with its checksum.
85 DexReference(const std::string& location, uint32_t checksum, uint32_t num_methods)
86 : dex_location(location), dex_checksum(checksum), num_method_ids(num_methods) {}
106 // profile rather than as a full DexRefence(location,checksum).
275 uint32_t checksum,
316 static bool ProfileFilterFnAcceptAll(const std::string& dex_location, uint32_t checksum);
368 // If the method index is not found or the checksum doesn't match, null is returned.
386 // file is register and has a matching checksum, false otherwise.
435 // The matching [profile key <-> dex_file] is done based on the dex checksum and the number of
475 checksum(location_checksum),
496 return checksum == other.checksum && method_map == other.method_map;
518 // The dex checksum.
519 uint32_t checksum;
552 // already exists but has a different checksum
554 uint32_t checksum,
574 uint32_t checksum,
588 uint32_t checksum,
592 // the key or the checksum mismatches.
617 uint32_t checksum;