Searched defs:compiler_ (Results 1 - 2 of 2) sorted by relevance

/art/compiler/driver/
H A Dcompiler_driver.h147 return compiler_.get();
779 std::unique_ptr<Compiler> compiler_; member in class:art::CompilerDriver
H A Dcompiler_driver.cc347 compiler_(Compiler::Create(this, compiler_kind)),
383 compiler_->Init();
394 cfi_info_.reset(compiler_->GetCallFrameInformationInitialization(*this));
443 compiler_->UnInit();
1175 if (compiler_->IsPortable()) {
1259 *direct_code = force_relocations ? -1 : compiler_->GetEntryPointOf(method);
1270 *direct_code = compiler_->GetEntryPointOf(method);
1459 compiler_(compiler),
1474 CHECK(compiler_ != nullptr);
1475 return compiler_;
1542 CompilerDriver* const compiler_; member in class:art::ParallelCompilationManager
[all...]

Completed in 50 milliseconds