Searched defs:next_location_checksum_pointer (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dclass_linker.cc753 uint32_t* next_location_checksum_pointer = &next_location_checksum; local
759 next_location_checksum_pointer = nullptr;
763 } else if (!DexFile::GetChecksum(next_name, next_location_checksum_pointer, &error_msg)) {
765 next_location_checksum_pointer = nullptr;
783 if (next_location_checksum_pointer != nullptr) {

Completed in 34 milliseconds