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.cc960 const bool support_boot_image_fixup = GetSupportBootImageFixup(); in CanEmbedTypeInCode() local
967 if (is_image_class && support_boot_image_fixup) { in CanEmbedTypeInCode()
979 if (class_in_image && support_boot_image_fixup) { in CanEmbedTypeInCode()
1009 const bool support_boot_image_fixup = GetSupportBootImageFixup(); in CanEmbedStringInCode() local
1015 if (is_image_string && support_boot_image_fixup) { in CanEmbedStringInCode()
1025 if (obj_in_image && support_boot_image_fixup) { in CanEmbedStringInCode()
Dcompiler_driver.h379 void SetSupportBootImageFixup(bool support_boot_image_fixup) { in SetSupportBootImageFixup() argument
380 support_boot_image_fixup_ = support_boot_image_fixup; in SetSupportBootImageFixup()