Home
last modified time | relevance | path

Searched refs:GetCompilePic (Results 1 – 8 of 8) sorted by relevance

/art/compiler/optimizing/
Dsharpening.cc186 desired_load_kind = codegen_->GetCompilerOptions().GetCompilePic() in ProcessLoadString()
211 if (codegen_->GetCompilerOptions().GetCompilePic()) { in ProcessLoadString()
Dcode_generator_arm64.cc4005 DCHECK(!GetCompilerOptions().GetCompilePic()); in GetSupportedLoadStringKind()
4008 DCHECK(GetCompilerOptions().GetCompilePic()); in GetSupportedLoadStringKind()
Dcode_generator_x86.cc4491 if (GetCompilerOptions().GetCompilePic()) { in EmitLinkerPatches()
5972 DCHECK(!GetCompilerOptions().GetCompilePic()); in GetSupportedLoadStringKind()
5975 DCHECK(GetCompilerOptions().GetCompilePic()); in GetSupportedLoadStringKind()
Dcode_generator_arm.cc5178 DCHECK(!GetCompilerOptions().GetCompilePic()); in GetSupportedLoadStringKind()
5181 DCHECK(GetCompilerOptions().GetCompilePic()); in GetSupportedLoadStringKind()
Dcode_generator_x86_64.cc5405 DCHECK(!GetCompilerOptions().GetCompilePic()); in GetSupportedLoadStringKind()
5409 DCHECK(GetCompilerOptions().GetCompilePic()); in GetSupportedLoadStringKind()
/art/compiler/driver/
Dcompiler_options.h205 bool GetCompilePic() const { in GetCompilePic() function
Dcompiler_driver.cc657 bool compile_pic = driver->GetCompilerOptions().GetCompilePic(); // Off by default in CompileMethod()
1476 if (GetCompilerOptions().GetCompilePic()) { in CanEmbedTypeInCode()
1650 bool use_dex_cache = GetCompilerOptions().GetCompilePic(); // Off by default in GetCodeAndMethodForDirectCall()
/art/dex2oat/
Ddex2oat.cc1653 compiler_options_->GetCompilePic(), in WriteOatFiles()
2278 if (!compiler_options_->GetCompilePic() && IsBootImage()) { in CreateImageFile()