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

/art/compiler/driver/
H A Dcompiler_driver.h389 void SetSupportBootImageFixup(bool support_boot_image_fixup) { argument
390 support_boot_image_fixup_ = support_boot_image_fixup;
H A Dcompiler_driver.cc1149 const bool support_boot_image_fixup = GetSupportBootImageFixup(); local
1156 if (is_image_class && support_boot_image_fixup) {
1173 if (class_in_image && support_boot_image_fixup) {

Completed in 323 milliseconds