Home
last modified time | relevance | path

Searched refs:GetCompiledClass (Results 1 – 4 of 4) sorted by relevance

/art/dex2oat/driver/
Dcompiler_driver_test.cc308 bool found = compiler_driver_->GetCompiledClass( in CheckVerifiedClass()
362 ASSERT_TRUE(compiler_driver_->GetCompiledClass(ref, &status)); in TEST_F()
Dcompiler_driver.h134 bool GetCompiledClass(const ClassReference& ref, ClassStatus* status) const;
Dcompiler_driver.cc2799 bool CompilerDriver::GetCompiledClass(const ClassReference& ref, ClassStatus* status) const { in GetCompiledClass() function in art::CompilerDriver
2813 if (!GetCompiledClass(ref, &status)) { in GetClassStatus()
/art/dex2oat/linker/
Doat_writer.cc988 bool found = writer_->compiler_driver_->GetCompiledClass(class_ref, &status); in EndClass()