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

  /art/runtime/gc/space/
image_space.cc 760 int32_t oat_patch_delta = oat_file->GetOatHeader().GetImagePatchDelta(); local
761 if (oat_patch_delta != image_patch_delta && !image_header.CompilePic()) {
764 "in image %s", oat_patch_delta, image_patch_delta, GetName());
    [all...]
  /art/runtime/
class_linker.cc 1547 int32_t oat_patch_delta = oat_header.GetImagePatchDelta(); local
    [all...]

Completed in 482 milliseconds