Home
last modified time | relevance | path

Searched refs:actual_patch_delta (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Dclass_linker.cc1013 int32_t actual_patch_delta = oat_file->GetOatHeader().GetImagePatchDelta(); in FindOatFileInOatLocationForDexFile() local
1014 if (expected_patch_delta != actual_patch_delta) { in FindOatFileInOatLocationForDexFile()
1016 … " found %d", oat_location, expected_patch_delta, actual_patch_delta); in FindOatFileInOatLocationForDexFile()