Lines Matching refs:checksum
47 uint32_t checksum,
55 uint32_t dex_location_checksum1 = checksum;
57 uint32_t dex_location_checksum2 = 10 * checksum;
115 uint32_t checksum,
124 info->AddMethodIndex(Hotness::kFlagHot, dex_location, checksum, idx, number_of_methods);
127 info->AddMethodIndex(Hotness::kFlagStartup, dex_location, checksum, idx, number_of_methods);
132 checksum,
1219 [&d1, &d2](const std::string& dex_location, uint32_t checksum) -> bool {
1221 && checksum == d1.GetLocationChecksum())
1223 && checksum == d2.GetLocationChecksum());
1245 // matching is done based on checksum so we have to match with the real thing.