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.h131 bool GetCompiledClass(const ClassReference& ref, ClassStatus* status) const;
Dcompiler_driver.cc2714 bool CompilerDriver::GetCompiledClass(const ClassReference& ref, ClassStatus* status) const { in GetCompiledClass() function in art::CompilerDriver
2728 if (!GetCompiledClass(ref, &status)) { in GetClassStatus()
/art/dex2oat/linker/
Doat_writer.cc972 bool found = writer_->compiler_driver_->GetCompiledClass(class_ref, &status); in EndClass()