HomeSort by relevance Sort by last modified time
    Searched refs:patch_delta (Results 1 - 2 of 2) sorted by null

  /art/runtime/
oat_file_assistant.h 271 int32_t patch_delta = 0; member in struct:art::OatFileAssistant::ImageInfo
oat_file_assistant.cc 497 if (oat_patch_delta != image_info->patch_delta) {
501 << image_info->patch_delta << ")";
860 info->patch_delta = image_header->GetPatchDelta();
    [all...]

Completed in 95 milliseconds