Home
last modified time | relevance | path

Searched refs:AddExtraBootDexFiles (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/art/openjdkjvmti/
H A Dti_search.cc248 current->AddExtraBootDexFiles(segment, segment, std::move(dex_files)); in AddToBootstrapClassLoaderSearch()
/aosp_15_r20/art/runtime/
H A Druntime.cc2000 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::Runtime
3496 GetClassLinker()->AddExtraBootDexFiles(Thread::Current(), std::move(dex_files)); in AddExtraBootDexFiles()
H A Druntime.h354 EXPORT void AddExtraBootDexFiles(const std::string& filename,
H A Dclass_linker.h184 void AddExtraBootDexFiles(Thread* self,
H A Dclass_linker.cc1502 void ClassLinker::AddExtraBootDexFiles( in AddExtraBootDexFiles() function in art::ClassLinker