Home
last modified time | relevance | path

Searched defs:compiler_llvm (Results 1 – 2 of 2) sorted by relevance

/art/compiler/llvm/
Dcompiler_llvm.cc193 art::llvm::CompilerLLVM* compiler_llvm = new art::llvm::CompilerLLVM(driver, in ArtInitCompilerContext() local
217 art::llvm::CompilerLLVM* compiler_llvm = ContextOf(driver); in ArtCompileMethod() local
231 art::llvm::CompilerLLVM* compiler_llvm = ContextOf(driver); in ArtLLVMJniCompileMethod() local
Dllvm_compilation_unit.cc98 LlvmCompilationUnit::LlvmCompilationUnit(const CompilerLLVM* compiler_llvm, size_t cunit_id) in LlvmCompilationUnit()