Home
last modified time | relevance | path

Searched refs:GetIncludePatchInformation (Results 1 – 5 of 5) sorted by relevance

/art/compiler/
Delf_patcher.h71 write_patches_(compiler_driver_->GetCompilerOptions().GetIncludePatchInformation()) {} in ElfPatcher()
Delf_writer_quick.cc943 if (compiler_driver_->GetCompilerOptions().GetIncludePatchInformation()) { in Write()
/art/compiler/driver/
Dcompiler_options.h195 bool GetIncludePatchInformation() const { in GetIncludePatchInformation() function
Dcompiler_driver.cc962 *use_direct_type_ptr = !GetCompilerOptions().GetIncludePatchInformation(); in CanEmbedTypeInCode()
1108 GetCompilerOptions().GetIncludePatchInformation()); in GetCodeAndMethodForDirectCall()
/art/dex2oat/
Ddex2oat.cc434 if (!driver->IsImage() && driver->GetCompilerOptions().GetIncludePatchInformation()) { in CreateOatFile()