Searched refs:GetCompiledClass (Results 1 – 4 of 4) sorted by relevance
306 bool found = compiler_driver_->GetCompiledClass( in CheckVerifiedClass()360 ASSERT_TRUE(compiler_driver_->GetCompiledClass(ref, &status)); in TEST_F()
133 bool GetCompiledClass(const ClassReference& ref, ClassStatus* status) const;
2687 bool CompilerDriver::GetCompiledClass(const ClassReference& ref, ClassStatus* status) const { in GetCompiledClass() function in art::CompilerDriver2701 if (!GetCompiledClass(ref, &status)) { in GetClassStatus()
1008 bool found = writer_->compiler_driver_->GetCompiledClass(class_ref, &status); in EndClass()