Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_driver.cc377 compiler_(Compiler::Create(this, compiler_kind)), in CompilerDriver()
409 compiler_->Init(); in CompilerDriver()
431 compiler_->UnInit(); in ~CompilerDriver()
1679 reinterpret_cast<const void*>(compiler_->GetEntryPointOf(method)))) { in GetCodeAndMethodForDirectCall()
1694 reinterpret_cast<const void*>(compiler_->GetEntryPointOf(method))); in GetCodeAndMethodForDirectCall()
1752 *direct_code = force_relocations ? -1 : compiler_->GetEntryPointOf(method); in GetCodeAndMethodForDirectCall()
1763 *direct_code = compiler_->GetEntryPointOf(method); in GetCodeAndMethodForDirectCall()
1869 compiler_(compiler), in ParallelCompilationManager()
1884 CHECK(compiler_ != nullptr); in GetCompiler()
1885 return compiler_; in GetCompiler()
[all …]
Dcompiler_driver.h153 return compiler_.get(); in GetCompiler()
633 std::unique_ptr<Compiler> compiler_; variable