Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/
H A Druntime.cc3433 void Runtime::AppendToBootClassPath(const std::string& filename, const std::string& location) { in AppendToBootClassPath() function in art::Runtime
3442 void Runtime::AppendToBootClassPath( in AppendToBootClassPath() function in art::Runtime
3446 AppendToBootClassPath(filename, location); in AppendToBootClassPath()
3452 GetClassLinker()->AppendToBootClassPath(Thread::Current(), dex_file.get()); in AppendToBootClassPath()
3456 void Runtime::AppendToBootClassPath(const std::string& filename, in AppendToBootClassPath() function in art::Runtime
3459 AppendToBootClassPath(filename, location); in AppendToBootClassPath()
3465 GetClassLinker()->AppendToBootClassPath(Thread::Current(), dex_file); in AppendToBootClassPath()
3469 void Runtime::AppendToBootClassPath( in AppendToBootClassPath() function in art::Runtime
3474 AppendToBootClassPath(filename, location); in AppendToBootClassPath()
3480 GetClassLinker()->AppendToBootClassPath(dex_file, dex_cache); in AppendToBootClassPath()
[all …]
H A Druntime.h336 EXPORT void AppendToBootClassPath(
342 EXPORT void AppendToBootClassPath(const std::string& filename,
347 EXPORT void AppendToBootClassPath(
1188 void AppendToBootClassPath(const std::string& filename, const std::string& location);
H A Dclass_linker.h812 void AppendToBootClassPath(Thread* self, const DexFile* dex_file)
817 void AppendToBootClassPath(const DexFile* dex_file, ObjPtr<mirror::DexCache> dex_cache)
H A Dclass_linker.cc860 AppendToBootClassPath(self, dex_file.get()); in InitWithoutImage()
1506 AppendToBootClassPath(self, dex_file.get()); in AddExtraBootDexFiles()
1975 AppendToBootClassPath(dex_file.get(), dex_cache); in OpenAndInitImageDexFiles()
4230 void ClassLinker::AppendToBootClassPath(Thread* self, const DexFile* dex_file) { in AppendToBootClassPath() function in art::ClassLinker
4234 AppendToBootClassPath(dex_file, dex_cache); in AppendToBootClassPath()
4238 void ClassLinker::AppendToBootClassPath(const DexFile* dex_file, in AppendToBootClassPath() function in art::ClassLinker
/aosp_15_r20/art/openjdkjvmti/
H A Dti_class_loader.cc69 art::Runtime::Current()->AppendToBootClassPath( in AddToClassLoader()
H A Dti_redefine.cc2505 runtime_->AppendToBootClassPath( in Run()
/aosp_15_r20/art/test/674-hiddenapi/
H A Dhiddenapi.cc75 Runtime::Current()->AppendToBootClassPath(path, path, opened_dex_files[index]); in Java_Main_appendToBootClassLoader()
/aosp_15_r20/art/dex2oat/linker/
H A Dimage_test.h166 Runtime::Current()->AppendToBootClassPath( in DoCompile()
/aosp_15_r20/art/runtime/oat/
H A Doat_file_assistant_test.cc132 runtime_->AppendToBootClassPath(src, src, dex_files); in InsertNewBootClasspathEntry()