Home
last modified time | relevance | path

Searched refs:compiler_ (Results 1 – 2 of 2) sorted by relevance

/art/compiler/driver/
Dcompiler_driver.cc339 compiler_(Compiler::Create(this, compiler_kind)), in CompilerDriver()
372 compiler_->Init(); in CompilerDriver()
383 cfi_info_.reset(compiler_->GetCallFrameInformationInitialization(*this)); in CompilerDriver()
443 compiler_->UnInit(); in ~CompilerDriver()
1109 if (compiler_->IsPortable()) { in GetCodeAndMethodForDirectCall()
1184 *direct_code = force_relocations ? -1 : compiler_->GetEntryPointOf(method); in GetCodeAndMethodForDirectCall()
1195 *direct_code = compiler_->GetEntryPointOf(method); in GetCodeAndMethodForDirectCall()
1372 compiler_(compiler), in ParallelCompilationManager()
1387 CHECK(compiler_ != nullptr); in GetCompiler()
1388 return compiler_; in GetCompiler()
[all …]
Dcompiler_driver.h141 return compiler_.get(); in GetCompiler()
712 std::unique_ptr<Compiler> compiler_; variable