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

/art/runtime/
H A Dclass_linker.cc752 uint32_t next_location_checksum; local
753 uint32_t* next_location_checksum_pointer = &next_location_checksum;
761 next_location_checksum = *dex_location_checksum;
774 " file'%s'", dex_location, next_location_checksum,
784 success = next_location_checksum == oat_dex_file->GetDexFileLocationChecksum();
800 << std::hex << " dex_location_checksum=" << next_location_checksum

Completed in 125 milliseconds