Searched refs:GetCompiledClass (Results 1 – 4 of 4) sorted by relevance
308 bool found = compiler_driver_->GetCompiledClass( in CheckVerifiedClass()362 ASSERT_TRUE(compiler_driver_->GetCompiledClass(ref, &status)); in TEST_F()
134 bool GetCompiledClass(const ClassReference& ref, ClassStatus* status) const;
2799 bool CompilerDriver::GetCompiledClass(const ClassReference& ref, ClassStatus* status) const { in GetCompiledClass() function in art::CompilerDriver2813 if (!GetCompiledClass(ref, &status)) { in GetClassStatus()
988 bool found = writer_->compiler_driver_->GetCompiledClass(class_ref, &status); in EndClass()