Lines Matching refs:compiler_
377 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()
1956 CompilerDriver* const compiler_; member in art::ParallelCompilationManager