• Home
  • Raw
  • Download

Lines Matching refs:GetCompilerOptions

1024   return *GetCompilerOptions().GetInstructionSetFeatures()->AsArmInstructionSetFeatures();  in GetInstructionSetFeatures()
2084 if (GetCompilerOptions().CountHotnessInCompiledCode()) { in MaybeIncrementHotness()
2151 DCHECK(GetCompilerOptions().GetImplicitStackOverflowChecks()); in GenerateFrameEntry()
7207 DCHECK(codegen_->GetCompilerOptions().IsBootImage() || in VisitLoadClass()
7208 codegen_->GetCompilerOptions().IsBootImageExtension()); in VisitLoadClass()
7216 DCHECK(!codegen_->GetCompilerOptions().IsBootImage()); in VisitLoadClass()
7432 DCHECK(codegen_->GetCompilerOptions().IsBootImage() || in VisitLoadString()
7433 codegen_->GetCompilerOptions().IsBootImageExtension()); in VisitLoadString()
7440 DCHECK(!codegen_->GetCompilerOptions().IsBootImage()); in VisitLoadString()
8784 if (GetCompilerOptions().EmitRunTimeChecksInDebugMode()) { in MaybeGenerateMarkingRegisterCheck()
8903 DCHECK(GetCompilerOptions().IsBootImage() || GetCompilerOptions().IsBootImageExtension()); in GenerateStaticOrDirectCall()
9127 if (GetCompilerOptions().IsBootImage()) { in LoadBootImageAddress()
9131 } else if (GetCompilerOptions().GetCompilePic()) { in LoadBootImageAddress()
9151 if (GetCompilerOptions().IsBootImage()) { in AllocateInstanceForIntrinsic()
9207 if (GetCompilerOptions().IsBootImage() || GetCompilerOptions().IsBootImageExtension()) { in EmitLinkerPatches()
9219 if (GetCompilerOptions().IsBootImage()) { in EmitLinkerPatches()
9261 if (GetCompilerOptions().GenerateAnyDebugInfo()) { in EmitThunkCode()
9269 if (GetCompilerOptions().GenerateAnyDebugInfo()) { in EmitThunkCode()
9597 if (GetCompilerOptions().GetImplicitNullChecks() && holder_reg.Is(base_reg)) { in CompileBakerReadBarrierThunk()
9717 if (debug_name != nullptr && GetCompilerOptions().GenerateAnyDebugInfo()) { in CompileBakerReadBarrierThunk()