Searched refs:compiler_ (Results 1 – 2 of 2) sorted by relevance
347 compiler_(Compiler::Create(this, compiler_kind)), in CompilerDriver()383 compiler_->Init(); in CompilerDriver()394 cfi_info_.reset(compiler_->GetCallFrameInformationInitialization(*this)); in CompilerDriver()443 compiler_->UnInit(); in ~CompilerDriver()1175 if (compiler_->IsPortable()) { in GetCodeAndMethodForDirectCall()1259 *direct_code = force_relocations ? -1 : compiler_->GetEntryPointOf(method); in GetCodeAndMethodForDirectCall()1270 *direct_code = compiler_->GetEntryPointOf(method); in GetCodeAndMethodForDirectCall()1459 compiler_(compiler), in ParallelCompilationManager()1474 CHECK(compiler_ != nullptr); in GetCompiler()1475 return compiler_; in GetCompiler()[all …]
147 return compiler_.get(); in GetCompiler()779 std::unique_ptr<Compiler> compiler_; variable