Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dsharpening.cc76 if (!compiler_driver->GetSupportBootImageFixup()) { in BootImageAOTCanEmbedMethod()
179 if (!compiler_driver->GetSupportBootImageFixup()) { in ComputeLoadClassKind()
259 if (compiler_driver_->GetSupportBootImageFixup()) { in ProcessLoadString()
/art/compiler/driver/
Dcompiler_driver.h278 bool GetSupportBootImageFixup() const { in GetSupportBootImageFixup() function