Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_driver.h389 void SetSupportBootImageFixup(bool support_boot_image_fixup) { in SetSupportBootImageFixup() argument
390 support_boot_image_fixup_ = support_boot_image_fixup; in SetSupportBootImageFixup()
Dcompiler_driver.cc1483 const bool support_boot_image_fixup = GetSupportBootImageFixup(); in CanEmbedTypeInCode() local
1490 if (is_image_class && support_boot_image_fixup) { in CanEmbedTypeInCode()
1507 if (class_in_image && support_boot_image_fixup) { in CanEmbedTypeInCode()