Searched refs:GetCompiler (Results 1 – 2 of 2) sorted by relevance
1599 CompilerDriver* GetCompiler() const { in GetCompiler() function in art::ParallelCompilationManager1821 manager->GetCompiler()->AddRequiresConstructorBarrier(self, &dex_file, class_def_index); in ResolveClassFieldsAndMethods()1918 manager->GetCompiler()->SetHadHardVerifierFailure(); in VerifyClass()1928 manager->GetCompiler()->SetHadHardVerifierFailure(); in VerifyClass()1937 DCHECK(!manager->GetCompiler()->IsImage() || klass->IsVerified()) << "Boot classpath class " << in VerifyClass()1979 GetInstructionSetPointerSize(manager->GetCompiler()->GetInstructionSet())); in SetVerifiedClass()1984 manager->GetCompiler()->RecordClassStatus(ref, klass->GetStatus()); in SetVerifiedClass()2042 bool can_init_static_fields = manager->GetCompiler()->IsImage() && in InitializeClass()2043 manager->GetCompiler()->IsImageClass(descriptor) && in InitializeClass()2071 std::ostream* file_log = manager->GetCompiler()-> in InitializeClass()[all …]
146 Compiler* GetCompiler() const { in GetCompiler() function