Lines Matching refs:GetCompilerOptions
286 if (Is64BitInstructionSet(GetCompilerOptions().GetInstructionSet())) { \
287 return CreateTrampoline64(GetCompilerOptions().GetInstructionSet(), \
291 return CreateTrampoline32(GetCompilerOptions().GetInstructionSet(), \
346 if (GetCompilerOptions().IsAnyCompilationEnabled()) { in CompileAll()
349 if (GetCompilerOptions().GetDumpStats()) { in CompileAll()
483 const CompilerOptions& compiler_options = driver->GetCompilerOptions(); in CompileMethodQuick()
511 const CompilerOptions& compiler_options = driver->GetCompilerOptions(); in CompileMethodQuick()
569 bool force_determinism = GetCompilerOptions().IsForceDeterminism(); in Resolve()
590 GetCompilerOptions().GetProfileCompilationInfo(); in ResolveConstStrings()
695 if (descriptor[0] == 'L' && driver->GetCompilerOptions().IsImageClass(descriptor)) { in InitializeTypeCheckBitstrings()
770 compiled_classes_.AddDexFiles(GetCompilerOptions().GetDexFilesForOatFile()); in PrepareDexFilesForOatFile()
860 (!GetCompilerOptions().IsForceDeterminism() && parallel_thread_count_ > 1); in PreCompile()
869 if (GetCompilerOptions().IsForceDeterminism() && in PreCompile()
870 (GetCompilerOptions().IsBootImage() || GetCompilerOptions().IsBootImageExtension())) { in PreCompile()
874 } else if (GetCompilerOptions().ResolveStartupConstStrings()) { in PreCompile()
878 if (had_hard_verifier_failure_ && GetCompilerOptions().AbortOnHardVerifierFailure()) { in PreCompile()
885 GetCompilerOptions().AbortOnSoftVerifierFailure()) { in PreCompile()
892 if (GetCompilerOptions().IsAppImage() && had_hard_verifier_failure_) { in PreCompile()
899 if (GetCompilerOptions().IsGeneratingImage()) { in PreCompile()
919 if (GetCompilerOptions().IsBootImage() || GetCompilerOptions().IsBootImageExtension()) { in PreCompile()
925 GetCompilerOptions().IsForceDeterminism() && GetCompilerOptions().IsBootImage()) { in PreCompile()
1235 if (!GetCompilerOptions().IsGeneratingImage()) { in LoadImageClasses()
1241 if (GetCompilerOptions().IsBootImage()) { in LoadImageClasses()
1280 if (kIsDebugBuild && GetCompilerOptions().IsBootImage()) { in LoadImageClasses()
1285 if (GetCompilerOptions().IsBootImage()) { in LoadImageClasses()
1463 DCHECK(GetCompilerOptions().IsGeneratingImage()); in UpdateImageClasses()
1727 if (kApp && manager_->GetCompiler()->GetCompilerOptions().IsCheckLinkageConditions()) { in Visit()
1729 bool is_fatal = manager_->GetCompiler()->GetCompilerOptions().IsCrashOnLinkageViolation(); in Visit()
1780 if (GetCompilerOptions().IsBootImage() || GetCompilerOptions().IsBootImageExtension()) { in ResolveDexFile()
1850 !GetCompilerOptions().IsAnyCompilationEnabled() && in FastVerify()
1851 !GetCompilerOptions().IsGeneratingImage(); in FastVerify()
1853 const bool is_generating_image = GetCompilerOptions().IsGeneratingImage(); in FastVerify()
1880 GetCompilerOptions().IsImageClass(accessor.GetDescriptor())) { in FastVerify()
1931 new verifier::VerifierDeps(GetCompilerOptions().GetDexFilesForOatFile())); in Verify()
1936 bool force_determinism = GetCompilerOptions().IsForceDeterminism(); in Verify()
1955 GetCompilerOptions().GetDexFilesForOatFile()); in Verify()
2071 if (manager_->GetCompiler()->GetCompilerOptions().IsBootImage() || in Visit()
2072 manager_->GetCompiler()->GetCompilerOptions().IsBootImageExtension()) { in Visit()
2115 bool abort_on_verifier_failures = GetCompilerOptions().AbortOnHardVerifierFailure() in VerifyDexFile()
2116 || GetCompilerOptions().AbortOnSoftVerifierFailure(); in VerifyDexFile()
2155 manager_->GetCompiler()->GetCompilerOptions().GetInstructionSet(); in Visit()
2227 const CompilerOptions& compiler_options = manager_->GetCompiler()->GetCompilerOptions(); in TryInitializeClass()
2360 GetCompilerOptions().GetInitFailureOutput(); in TryInitializeClass()
2432 DCHECK(manager_->GetCompiler()->GetCompilerOptions().IsBootImage() || in InternStrings()
2433 manager_->GetCompiler()->GetCompilerOptions().IsBootImageExtension()); in InternStrings()
2614 bool force_determinism = GetCompilerOptions().IsForceDeterminism(); in InitializeClasses()
2624 if (GetCompilerOptions().IsBootImage() || in InitializeClasses()
2625 GetCompilerOptions().IsBootImageExtension() || in InitializeClasses()
2626 GetCompilerOptions().IsAppImage()) { in InitializeClasses()
2646 if (GetCompilerOptions().IsBootImage() || GetCompilerOptions().IsBootImageExtension()) { in InitializeClasses()
2667 const CompilerOptions& compiler_options = driver->GetCompilerOptions(); in CompileDexFile()
2745 GetCompilerOptions().GetProfileCompilationInfo(); in Compile()
2835 for (const DexFile* dex_file : GetCompilerOptions().GetDexFilesForOatFile()) { in RecordClassStatus()