Searched refs:GetCompiler (Results 1 – 6 of 6) sorted by relevance
64 CompilerDriver* GetCompiler() const { in GetCompiler() function
145 compiler_driver_->GetCompiler(), in CompileDexMethod()
1473 CompilerDriver* GetCompiler() const { in GetCompiler() function in art::ParallelCompilationManager1697 manager->GetCompiler()->AddRequiresConstructorBarrier(self, &dex_file, class_def_index); in ResolveClassFieldsAndMethods()1846 manager->GetCompiler()->RecordClassStatus(ref, klass->GetStatus()); in SetVerifiedClass()1904 bool can_init_static_fields = manager->GetCompiler()->IsImage() && in InitializeClass()1905 manager->GetCompiler()->IsImageClass(descriptor) && in InitializeClass()1944 manager->GetCompiler()->RecordClassStatus(ref, klass->GetStatus()); in InitializeClass()2015 if (manager->GetCompiler()->verification_results_->IsClassRejected(ref)) { in CompileClass()2042 CompilerDriver* driver = manager->GetCompiler(); in CompileClass()
146 Compiler* GetCompiler() const { in GetCompiler() function
829 art::Compiler* compiler = driver.GetCompiler(); in ArtQuickCompileMethod()
406 driver->GetCompiler()->SetBitcodeFileName(*driver.get(), bitcode_filename); in CreateOatFile()