Lines Matching refs:CompilerLLVM
112 CompilerLLVM::CompilerLLVM(CompilerDriver* driver, InstructionSet insn_set) in CompilerLLVM() function in art::llvm::CompilerLLVM
121 CompilerLLVM::~CompilerLLVM() { in ~CompilerLLVM()
125 LlvmCompilationUnit* CompilerLLVM::AllocateCompilationUnit() { in AllocateCompilationUnit()
137 CompiledMethod* CompilerLLVM::
164 CompiledMethod* CompilerLLVM::
178 static art::llvm::CompilerLLVM* ContextOf(art::CompilerDriver* driver) { in ContextOf()
181 return reinterpret_cast<art::llvm::CompilerLLVM*>(compiler_context); in ContextOf()
184 static art::llvm::CompilerLLVM* ContextOf(const art::CompilerDriver& driver) { in ContextOf()
187 return reinterpret_cast<art::llvm::CompilerLLVM*>(compiler_context); in ContextOf()
193 art::llvm::CompilerLLVM* compiler_llvm = new art::llvm::CompilerLLVM(driver, in ArtInitCompilerContext()
217 art::llvm::CompilerLLVM* compiler_llvm = ContextOf(driver); in ArtCompileMethod()
231 art::llvm::CompilerLLVM* compiler_llvm = ContextOf(driver); in ArtLLVMJniCompileMethod()