Lines Matching refs:art
27 namespace art { namespace
30 extern "C" art::CompiledMethod* SeaIrCompileMethod(const art::DexFile::CodeItem* code_item,
32 art::InvokeType invoke_type,
36 const art::DexFile& dex_file);
40 CompiledMethod* Compiler::TryCompileWithSeaIR(const art::DexFile::CodeItem* code_item, in TryCompileWithSeaIR()
42 art::InvokeType invoke_type, in TryCompileWithSeaIR()
46 const art::DexFile& dex_file) { in TryCompileWithSeaIR()
66 extern "C" void ArtInitCompilerContext(art::CompilerDriver* driver);
68 extern "C" void ArtUnInitCompilerContext(art::CompilerDriver* driver);
70 extern "C" art::CompiledMethod* ArtCompileMethod(art::CompilerDriver* driver,
71 const art::DexFile::CodeItem* code_item,
73 art::InvokeType invoke_type,
77 const art::DexFile& dex_file);
79 extern "C" art::CompiledMethod* ArtLLVMJniCompileMethod(art::CompilerDriver* driver,
81 const art::DexFile& dex_file);
83 extern "C" void compilerLLVMSetBitcodeFileName(art::CompilerDriver* driver,
137 bool WriteElf(art::File* file, in WriteElf()
139 const std::vector<const art::DexFile*>& dex_files, in WriteElf()
144 return art::ElfWriterMclinker::Create( in WriteElf()
151 reinterpret_cast<art::llvm::LlvmCompilationUnit*>(compilation_unit)); in GetCodeGenerator()