Searched refs:AppendToBootClassPath (Results 1 – 7 of 7) sorted by relevance
/art/openjdkjvmti/ |
D | ti_class_loader.cc | 69 art::Runtime::Current()->GetClassLinker()->AppendToBootClassPath(self, dex_file); in AddToClassLoader()
|
D | ti_search.cc | 252 current->GetClassLinker()->AppendToBootClassPath(art::Thread::Current(), dex_file.release()); in AddToBootstrapClassLoaderSearch()
|
D | ti_redefine.cc | 2494 cl->AppendToBootClassPath(self_, &data.GetRedefinition().GetDexFile()); in Run()
|
/art/test/674-hiddenapi/ |
D | hiddenapi.cc | 82 Runtime::Current()->GetClassLinker()->AppendToBootClassPath(Thread::Current(), dex_file.get()); in Java_Main_appendToBootClassLoader()
|
/art/dex2oat/linker/ |
D | image_test.h | 159 class_linker->AppendToBootClassPath(soa.Self(), dex_file.get()); in DoCompile()
|
/art/runtime/ |
D | class_linker.h | 766 void AppendToBootClassPath(Thread* self, const DexFile* dex_file) 955 void AppendToBootClassPath(const DexFile* dex_file, ObjPtr<mirror::DexCache> dex_cache)
|
D | class_linker.cc | 915 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
|