Home
last modified time | relevance | path

Searched refs:GetSupportBootImageFixup (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dsharpening.cc180 if (!compiler_driver_->GetSupportBootImageFixup()) { in ProcessLoadString()
/art/compiler/driver/
Dcompiler_driver.h385 bool GetSupportBootImageFixup() const { in GetSupportBootImageFixup() function
Dcompiler_driver.cc1483 const bool support_boot_image_fixup = GetSupportBootImageFixup(); in CanEmbedTypeInCode()