Searched refs:CompilerLLVM (Results 1 – 4 of 4) sorted by relevance
112 CompilerLLVM::CompilerLLVM(CompilerDriver* driver, InstructionSet insn_set) in CompilerLLVM() function in art::llvm::CompilerLLVM121 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()[all …]
58 class CompilerLLVM {60 CompilerLLVM(CompilerDriver* driver, InstructionSet insn_set);62 ~CompilerLLVM();95 DISALLOW_COPY_AND_ASSIGN(CompilerLLVM);
49 class CompilerLLVM; variable103 LlvmCompilationUnit(const CompilerLLVM* compiler_llvm,106 const CompilerLLVM* compiler_llvm_;132 friend class CompilerLLVM; // For LlvmCompilationUnit constructor variable
98 LlvmCompilationUnit::LlvmCompilationUnit(const CompilerLLVM* compiler_llvm, size_t cunit_id) in LlvmCompilationUnit()