Searched refs:GetCompiledClass (Results 1 – 3 of 3) sorted by relevance
350 bool found = compiler_driver_->GetCompiledClass( in CheckVerifiedClass()404 ASSERT_TRUE(compiler_driver_->GetCompiledClass(ref, &status)); in TEST_F()
161 bool GetCompiledClass(const ClassReference& ref, ClassStatus* status) const;
2851 bool CompilerDriver::GetCompiledClass(const ClassReference& ref, ClassStatus* status) const { in GetCompiledClass() function in art::CompilerDriver2865 if (!GetCompiledClass(ref, &status)) { in GetClassStatus()