Searched refs:GetLocationChecksum (Results 1 - 12 of 12) sorted by relevance

/art/runtime/
H A Ddex2oat_environment_test.h80 ASSERT_EQ(multi1[0]->GetLocationChecksum(), multi2[0]->GetLocationChecksum());
81 ASSERT_NE(multi1[1]->GetLocationChecksum(), multi2[1]->GetLocationChecksum());
H A Ddex_cache_resolved_classes.h58 uint32_t GetLocationChecksum() const { function in class:art::DexCacheResolvedClasses
H A Ddex_file_test.cc196 EXPECT_EQ(header.checksum_, raw->GetLocationChecksum());
199 TEST_F(DexFileTest, GetLocationChecksum) {
202 EXPECT_NE(raw->GetHeader().checksum_, raw->GetLocationChecksum());
211 EXPECT_EQ(java_lang_dex_file_->GetLocationChecksum(), checksum);
H A Doat_file_manager.cc401 uint32_t dex_checksum = dex_file->GetLocationChecksum();
H A Ddex_file.h412 // Returns the checksum of a file for comparison with GetLocationChecksum().
480 uint32_t GetLocationChecksum() const { function in class:art::DexFile
H A Doat_file.cc1335 out << dex_file->GetLocationChecksum();
H A Dclass_linker.cc1524 if (dex_file->GetLocationChecksum() != oat_dex_file->GetDexFileLocationChecksum()) {
1527 dex_file->GetLocationChecksum(),
8305 dex_file->GetLocationChecksum());
8376 DCHECK_EQ(dex_file->GetLocationChecksum(), info.GetLocationChecksum());
H A Ddex_file.cc2255 dex_file.GetHeader().checksum_, dex_file.GetLocationChecksum(),
/art/runtime/jit/
H A Doffline_profiling_info.cc63 method.dex_file->GetLocationChecksum(),
257 const uint32_t checksum = classes.GetLocationChecksum();
552 if (method_ref.dex_file->GetLocationChecksum() != info_it->second.checksum) {
564 if (dex_file.GetLocationChecksum() != info_it->second.checksum) {
/art/compiler/driver/
H A Dcompiler_driver_test.cc241 profile_info_.AddMethodIndex(key, dex_file->GetLocationChecksum(), 1);
242 profile_info_.AddMethodIndex(key, dex_file->GetLocationChecksum(), 2);
/art/compiler/
H A Doat_test.cc139 dex_file->GetLocationChecksum())) {
395 uint32_t dex_file_checksum = dex_file.GetLocationChecksum();
399 CHECK_EQ(dex_file.GetLocationChecksum(), oat_dex_file->GetDexFileLocationChecksum());
H A Dimage_test.cc222 dex_file->GetLocationChecksum());

Completed in 2078 milliseconds