Searched refs:CompilerLLVM (Results 1 - 4 of 4) sorted by relevance

/art/compiler/llvm/
H A Dcompiler_llvm.h59 class CompilerLLVM { class in namespace:art::llvm
61 CompilerLLVM(CompilerDriver* driver, InstructionSet insn_set);
63 ~CompilerLLVM();
96 DISALLOW_COPY_AND_ASSIGN(CompilerLLVM);
H A Dcompiler_llvm.cc109 CompilerLLVM::CompilerLLVM(CompilerDriver* driver, InstructionSet insn_set) function in class:art::llvm::CompilerLLVM
118 CompilerLLVM::~CompilerLLVM() {
122 LlvmCompilationUnit* CompilerLLVM::AllocateCompilationUnit() {
134 CompiledMethod* CompilerLLVM::
162 CompiledMethod* CompilerLLVM::
176 inline static art::llvm::CompilerLLVM* ContextOf(art::CompilerDriver& driver) {
179 return reinterpret_cast<art::llvm::CompilerLLVM*>(compiler_context);
182 inline static const art::llvm::CompilerLLVM* ContextO
[all...]
H A Dllvm_compilation_unit.h49 class CompilerLLVM;
103 LlvmCompilationUnit(const CompilerLLVM* compiler_llvm,
106 const CompilerLLVM* compiler_llvm_;
132 friend class CompilerLLVM; // For LlvmCompilationUnit constructor
H A Dllvm_compilation_unit.cc99 LlvmCompilationUnit::LlvmCompilationUnit(const CompilerLLVM* compiler_llvm, size_t cunit_id)

Completed in 168 milliseconds