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

/art/compiler/driver/
H A Dcompiler_driver.cc960 const bool support_boot_image_fixup = GetSupportBootImageFixup(); local
967 if (is_image_class && support_boot_image_fixup) {
979 if (class_in_image && support_boot_image_fixup) {
1009 const bool support_boot_image_fixup = GetSupportBootImageFixup(); local
1015 if (is_image_string && support_boot_image_fixup) {
1025 if (obj_in_image && support_boot_image_fixup) {
H A Dcompiler_driver.h379 void SetSupportBootImageFixup(bool support_boot_image_fixup) { argument
380 support_boot_image_fixup_ = support_boot_image_fixup;

Completed in 10 milliseconds