Lines Matching refs:GetCompilerOptions

985   DCHECK(GetCompilerOptions().IsJitCompiler() || jit_baker_read_barrier_slow_paths_.empty());  in Finalize()
1129 if (GetCompilerOptions().CountHotnessInCompiledCode()) { in MaybeIncrementHotness()
1195 DCHECK(GetCompilerOptions().GetImplicitStackOverflowChecks()); in GenerateFrameEntry()
1420 return *GetCompilerOptions().GetInstructionSetFeatures()->AsArm64InstructionSetFeatures(); in GetInstructionSetFeatures()
1829 if (slow_path == nullptr || GetCompilerOptions().IsJitCompiler()) { in InvokeRuntime()
4431 DCHECK(GetCompilerOptions().IsBootImage() || GetCompilerOptions().IsBootImageExtension()); in GenerateStaticOrDirectCall()
4692 DCHECK(!GetCompilerOptions().IsJitCompiler()); in EmitEntrypointThunkCall()
4701 if (GetCompilerOptions().IsJitCompiler()) { in EmitBakerReadBarrierCbnz()
4777 if (GetCompilerOptions().IsBootImage()) { in LoadBootImageAddress()
4784 } else if (GetCompilerOptions().GetCompilePic()) { in LoadBootImageAddress()
4792 DCHECK(GetCompilerOptions().IsJitCompiler()); in LoadBootImageAddress()
4805 if (GetCompilerOptions().IsBootImage()) { in AllocateInstanceForIntrinsic()
4858 if (GetCompilerOptions().IsBootImage() || GetCompilerOptions().IsBootImageExtension()) { in EmitLinkerPatches()
4870 if (GetCompilerOptions().IsBootImage()) { in EmitLinkerPatches()
4912 if (GetCompilerOptions().GenerateAnyDebugInfo()) { in EmitThunkCode()
4920 if (GetCompilerOptions().GenerateAnyDebugInfo()) { in EmitThunkCode()
4999 DCHECK(!GetCompilerOptions().IsJitCompiler()); in GetSupportedLoadClassKind()
5003 DCHECK(GetCompilerOptions().IsJitCompiler()); in GetSupportedLoadClassKind()
5080 DCHECK(codegen_->GetCompilerOptions().IsBootImage() || in VisitLoadClass()
5081 codegen_->GetCompilerOptions().IsBootImageExtension()); in VisitLoadClass()
5095 DCHECK(!codegen_->GetCompilerOptions().IsBootImage()); in VisitLoadClass()
5218 DCHECK(!GetCompilerOptions().IsJitCompiler()); in GetSupportedLoadStringKind()
5222 DCHECK(GetCompilerOptions().IsJitCompiler()); in GetSupportedLoadStringKind()
5257 DCHECK(codegen_->GetCompilerOptions().IsBootImage() || in VisitLoadString()
5258 codegen_->GetCompilerOptions().IsBootImageExtension()); in VisitLoadString()
5271 DCHECK(!codegen_->GetCompilerOptions().IsBootImage()); in VisitLoadString()
6525 if (GetCompilerOptions().EmitRunTimeChecksInDebugMode()) { in MaybeGenerateMarkingRegisterCheck()
6751 if (GetCompilerOptions().GetImplicitNullChecks() && in CompileBakerReadBarrierThunk()
6845 DCHECK(!GetCompilerOptions().IsJitCompiler() || debug_name == nullptr); in CompileBakerReadBarrierThunk()
6846 if (debug_name != nullptr && GetCompilerOptions().GenerateAnyDebugInfo()) { in CompileBakerReadBarrierThunk()