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

  /art/compiler/
oat_writer.h 82 int32_t image_patch_delta,
oat_writer.cc 53 int32_t image_patch_delta,
61 image_patch_delta_(image_patch_delta),
    [all...]
  /art/runtime/gc/space/
image_space.cc 759 int32_t image_patch_delta = image_header.GetPatchDelta(); 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/dex2oat/
dex2oat.cc 414 int32_t image_patch_delta = 0; local
422 image_patch_delta = image_space->GetImageHeader().GetPatchDelta();
431 image_patch_delta,
    [all...]
  /art/runtime/
class_linker.cc 1102 int32_t image_patch_delta = 0; local
    [all...]

Completed in 146 milliseconds