Searched refs:GetCompiler (Results 1 – 6 of 6) sorted by relevance
64 CompilerDriver* GetCompiler() const { in GetCompiler() function
145 compiler_driver_->GetCompiler(), in CompileDexMethod()
1386 CompilerDriver* GetCompiler() const { in GetCompiler() function in art::ParallelCompilationManager1610 manager->GetCompiler()->AddRequiresConstructorBarrier(self, &dex_file, class_def_index); in ResolveClassFieldsAndMethods()1759 manager->GetCompiler()->RecordClassStatus(ref, klass->GetStatus()); in SetVerifiedClass()1817 bool can_init_static_fields = manager->GetCompiler()->IsImage() && in InitializeClass()1818 manager->GetCompiler()->IsImageClass(descriptor) && in InitializeClass()1857 manager->GetCompiler()->RecordClassStatus(ref, klass->GetStatus()); in InitializeClass()1927 if (manager->GetCompiler()->verification_results_->IsClassRejected(ref)) { in CompileClass()1954 CompilerDriver* driver = manager->GetCompiler(); in CompileClass()
140 Compiler* GetCompiler() const { in GetCompiler() function
829 art::Compiler* compiler = driver.GetCompiler(); in ArtQuickCompileMethod()
393 driver->GetCompiler()->SetBitcodeFileName(*driver.get(), bitcode_filename); in CreateOatFile()