Searched refs:AddExtraBootDexFiles (Results 1 – 5 of 5) sorted by relevance
248 current->AddExtraBootDexFiles(segment, segment, std::move(dex_files)); in AddToBootstrapClassLoaderSearch()
2000 class_linker_->AddExtraBootDexFiles(self, std::move(extra_boot_class_path)); in Init()3484 void Runtime::AddExtraBootDexFiles(const std::string& filename, in AddExtraBootDexFiles() function in art::Runtime3496 GetClassLinker()->AddExtraBootDexFiles(Thread::Current(), std::move(dex_files)); in AddExtraBootDexFiles()
354 EXPORT void AddExtraBootDexFiles(const std::string& filename,
184 void AddExtraBootDexFiles(Thread* self,
1502 void ClassLinker::AddExtraBootDexFiles( in AddExtraBootDexFiles() function in art::ClassLinker