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()
487 const CompilerOptions& compiler_options = driver->GetCompilerOptions(); in CompileMethodQuick()
515 const CompilerOptions& compiler_options = driver->GetCompilerOptions(); in CompileMethodQuick()
575 bool force_determinism = GetCompilerOptions().IsForceDeterminism(); in Resolve()
596 GetCompilerOptions().GetProfileCompilationInfo(); in ResolveConstStrings()
701 if (descriptor[0] == 'L' && driver->GetCompilerOptions().IsImageClass(descriptor)) { in InitializeTypeCheckBitstrings()
775 compiled_classes_.AddDexFiles(GetCompilerOptions().GetDexFilesForOatFile()); in PrepareDexFilesForOatFile()
865 (!GetCompilerOptions().IsForceDeterminism() && parallel_thread_count_ > 1); in PreCompile()
874 if (GetCompilerOptions().IsForceDeterminism() && in PreCompile()
875 (GetCompilerOptions().IsBootImage() || GetCompilerOptions().IsBootImageExtension())) { in PreCompile()
879 } else if (GetCompilerOptions().ResolveStartupConstStrings()) { in PreCompile()
883 if (had_hard_verifier_failure_ && GetCompilerOptions().AbortOnHardVerifierFailure()) { in PreCompile()
890 GetCompilerOptions().AbortOnSoftVerifierFailure()) { in PreCompile()
897 if (GetCompilerOptions().IsAppImage() && had_hard_verifier_failure_) { in PreCompile()
904 if (GetCompilerOptions().IsGeneratingImage()) { in PreCompile()
924 if (GetCompilerOptions().IsBootImage() || GetCompilerOptions().IsBootImageExtension()) { in PreCompile()
930 GetCompilerOptions().IsForceDeterminism() && GetCompilerOptions().IsBootImage()) { in PreCompile()
1240 if (!GetCompilerOptions().IsGeneratingImage()) { in LoadImageClasses()
1246 if (GetCompilerOptions().IsBootImage()) { in LoadImageClasses()
1284 if (kIsDebugBuild && GetCompilerOptions().IsBootImage()) { in LoadImageClasses()
1289 if (GetCompilerOptions().IsBootImage()) { in LoadImageClasses()
1467 DCHECK(GetCompilerOptions().IsGeneratingImage()); in UpdateImageClasses()
1731 if (kApp && manager_->GetCompiler()->GetCompilerOptions().IsCheckLinkageConditions()) { in Visit()
1733 bool is_fatal = manager_->GetCompiler()->GetCompilerOptions().IsCrashOnLinkageViolation(); in Visit()
1786 if (GetCompilerOptions().IsBootImage() || GetCompilerOptions().IsBootImageExtension()) { in ResolveDexFile()
1857 !GetCompilerOptions().IsAnyCompilationEnabled() && in FastVerify()
1858 !GetCompilerOptions().IsGeneratingImage(); in FastVerify()
1860 const bool is_generating_image = GetCompilerOptions().IsGeneratingImage(); in FastVerify()
1887 GetCompilerOptions().IsImageClass(accessor.GetDescriptor())) { in FastVerify()
1938 new verifier::VerifierDeps(GetCompilerOptions().GetDexFilesForOatFile())); in Verify()
1943 bool force_determinism = GetCompilerOptions().IsForceDeterminism(); in Verify()
1962 GetCompilerOptions().GetDexFilesForOatFile()); in Verify()
2079 if (manager_->GetCompiler()->GetCompilerOptions().IsBootImage() || in Visit()
2080 manager_->GetCompiler()->GetCompilerOptions().IsBootImageExtension()) { in Visit()
2123 bool abort_on_verifier_failures = GetCompilerOptions().AbortOnHardVerifierFailure() in VerifyDexFile()
2124 || GetCompilerOptions().AbortOnSoftVerifierFailure(); in VerifyDexFile()
2164 manager_->GetCompiler()->GetCompilerOptions().GetInstructionSet(); in Visit()
2238 const CompilerOptions& compiler_options = manager_->GetCompiler()->GetCompilerOptions(); in TryInitializeClass()
2371 GetCompilerOptions().GetInitFailureOutput(); in TryInitializeClass()
2443 DCHECK(manager_->GetCompiler()->GetCompilerOptions().IsBootImage() || in InternStrings()
2444 manager_->GetCompiler()->GetCompilerOptions().IsBootImageExtension()); in InternStrings()
2625 bool force_determinism = GetCompilerOptions().IsForceDeterminism(); in InitializeClasses()
2635 if (GetCompilerOptions().IsBootImage() || in InitializeClasses()
2636 GetCompilerOptions().IsBootImageExtension() || in InitializeClasses()
2637 GetCompilerOptions().IsAppImage()) { in InitializeClasses()
2657 if (GetCompilerOptions().IsBootImage() || GetCompilerOptions().IsBootImageExtension()) { in InitializeClasses()
2678 const CompilerOptions& compiler_options = driver->GetCompilerOptions(); in CompileDexFile()
2757 GetCompilerOptions().GetProfileCompilationInfo(); in Compile()
2847 for (const DexFile* dex_file : GetCompilerOptions().GetDexFilesForOatFile()) { in RecordClassStatus()