Home
last modified time | relevance | path

Searched refs:AppendToBootClassPath (Results 1 – 7 of 7) sorted by relevance

/aosp12/art/openjdkjvmti/
H A Dti_class_loader.cc69 art::Runtime::Current()->GetClassLinker()->AppendToBootClassPath(self, dex_file); in AddToClassLoader()
H A Dti_search.cc252 current->GetClassLinker()->AppendToBootClassPath(art::Thread::Current(), dex_file.release()); in AddToBootstrapClassLoaderSearch()
H A Dti_redefine.cc2493 cl->AppendToBootClassPath(self_, &data.GetRedefinition().GetDexFile()); in Run()
/aosp12/art/test/674-hiddenapi/
H A Dhiddenapi.cc82 Runtime::Current()->GetClassLinker()->AppendToBootClassPath(Thread::Current(), dex_file.get()); in Java_Main_appendToBootClassLoader()
/aosp12/art/dex2oat/linker/
H A Dimage_test.h159 class_linker->AppendToBootClassPath(soa.Self(), dex_file.get()); in DoCompile()
/aosp12/art/runtime/
H A Dclass_linker.h777 void AppendToBootClassPath(Thread* self, const DexFile* dex_file)
979 void AppendToBootClassPath(const DexFile* dex_file, ObjPtr<mirror::DexCache> dex_cache)
H A Dclass_linker.cc839 AppendToBootClassPath(self, dex_file.get()); in InitWithoutImage()
1330 AppendToBootClassPath(self, dex_file.get()); in AddExtraBootDexFiles()
1951 AppendToBootClassPath(dex_file.get(), dex_cache); in AddImageSpace()
3878 void ClassLinker::AppendToBootClassPath(Thread* self, const DexFile* dex_file) { in AppendToBootClassPath() function in art::ClassLinker
3884 AppendToBootClassPath(dex_file, dex_cache); in AppendToBootClassPath()
3887 void ClassLinker::AppendToBootClassPath(const DexFile* dex_file, in AppendToBootClassPath() function in art::ClassLinker