Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_class_loader.cc69 art::Runtime::Current()->GetClassLinker()->AppendToBootClassPath(self, dex_file); in AddToClassLoader()
Dti_search.cc252 current->GetClassLinker()->AppendToBootClassPath(art::Thread::Current(), dex_file.release()); in AddToBootstrapClassLoaderSearch()
Dti_redefine.cc2494 cl->AppendToBootClassPath(self_, &data.GetRedefinition().GetDexFile()); in Run()
/art/test/674-hiddenapi/
Dhiddenapi.cc82 Runtime::Current()->GetClassLinker()->AppendToBootClassPath(Thread::Current(), dex_file.get()); in Java_Main_appendToBootClassLoader()
/art/dex2oat/linker/
Dimage_test.h159 class_linker->AppendToBootClassPath(soa.Self(), dex_file.get()); in DoCompile()
/art/runtime/
Dclass_linker.h766 void AppendToBootClassPath(Thread* self, const DexFile* dex_file)
955 void AppendToBootClassPath(const DexFile* dex_file, ObjPtr<mirror::DexCache> dex_cache)
Dclass_linker.cc915 AppendToBootClassPath(self, dex_file.get()); in InitWithoutImage()
1384 AppendToBootClassPath(self, dex_file.get()); in AddExtraBootDexFiles()
2160 AppendToBootClassPath(dex_file.get(), dex_cache); in AddImageSpace()
4031 void ClassLinker::AppendToBootClassPath(Thread* self, const DexFile* dex_file) { in AppendToBootClassPath() function in art::ClassLinker
4037 AppendToBootClassPath(dex_file, dex_cache); in AppendToBootClassPath()
4040 void ClassLinker::AppendToBootClassPath(const DexFile* dex_file, in AppendToBootClassPath() function in art::ClassLinker