Searched defs:GetCompiler (Results 1 - 3 of 3) sorted by relevance

/art/compiler/llvm/
H A Dcompiler_llvm.h64 CompilerDriver* GetCompiler() const { function in class:art::llvm::CompilerLLVM
/art/compiler/driver/
H A Dcompiler_driver.h146 Compiler* GetCompiler() const { function in class:art::CompilerDriver
H A Dcompiler_driver.cc1473 CompilerDriver* GetCompiler() const { function in class:art::ParallelCompilationManager
1697 manager->GetCompiler()->AddRequiresConstructorBarrier(self, &dex_file, class_def_index);
1846 manager->GetCompiler()->RecordClassStatus(ref, klass->GetStatus());
1904 bool can_init_static_fields = manager->GetCompiler()->IsImage() &&
1905 manager->GetCompiler()->IsImageClass(descriptor) &&
1944 manager->GetCompiler()->RecordClassStatus(ref, klass->GetStatus());
2015 if (manager->GetCompiler()->verification_results_->IsClassRejected(ref)) {
2042 CompilerDriver* driver = manager->GetCompiler();

Completed in 121 milliseconds