Lines Matching refs:compiler_options
149 static bool CanReferenceBootImageObjects(HInvoke* invoke, const CompilerOptions& compiler_options) { in CanReferenceBootImageObjects() argument
153 if (compiler_options.IsAotCompiler() && in CanReferenceBootImageObjects()
157 if (!compiler_options.IsBootImage() && in CanReferenceBootImageObjects()
170 const CompilerOptions& compiler_options = codegen->GetCompilerOptions(); in ComputeIntegerValueOfLocations() local
171 if (!CanReferenceBootImageObjects(invoke, compiler_options)) { in ComputeIntegerValueOfLocations()
174 if (compiler_options.IsBootImage()) { in ComputeIntegerValueOfLocations()
175 if (!compiler_options.IsImageClass(kIntegerCacheDescriptor) || in ComputeIntegerValueOfLocations()
176 !compiler_options.IsImageClass(kIntegerDescriptor)) { in ComputeIntegerValueOfLocations()
228 if (compiler_options.IsJitCompiler()) { in ComputeIntegerValueOfLocations()
233 DCHECK(compiler_options.IsAotCompiler()); in ComputeIntegerValueOfLocations()
281 HInvoke* invoke, const CompilerOptions& compiler_options) { in ComputeIntegerValueOfInfo() argument
297 if (compiler_options.IsBootImage()) { in ComputeIntegerValueOfInfo()
331 if (compiler_options.IsJitCompiler()) { in ComputeIntegerValueOfInfo()