Lines Matching refs:art
24 namespace art { namespace
26 extern "C" void ArtInitQuickCompilerContext(art::CompilerDriver* driver);
27 extern "C" void ArtUnInitQuickCompilerContext(art::CompilerDriver* driver);
28 extern "C" art::CompiledMethod* ArtQuickCompileMethod(art::CompilerDriver* driver,
29 const art::DexFile::CodeItem* code_item,
31 art::InvokeType invoke_type,
35 const art::DexFile& dex_file);
37 extern "C" art::CompiledMethod* ArtQuickJniCompileMethod(art::CompilerDriver* driver,
39 const art::DexFile& dex_file);
92 bool QuickCompiler::WriteElf(art::File* file, in WriteElf()
94 const std::vector<const art::DexFile*>& dex_files, in WriteElf()
97 return art::ElfWriterQuick::Create(file, oat_writer, dex_files, android_root, is_host, in WriteElf()