Searched refs:AppendToBootClassPath (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/art/runtime/ |
H A D | runtime.cc | 3433 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 D | runtime.h | 336 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 D | class_linker.h | 812 void AppendToBootClassPath(Thread* self, const DexFile* dex_file) 817 void AppendToBootClassPath(const DexFile* dex_file, ObjPtr<mirror::DexCache> dex_cache)
|
H A D | class_linker.cc | 860 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 D | ti_class_loader.cc | 69 art::Runtime::Current()->AppendToBootClassPath( in AddToClassLoader()
|
H A D | ti_redefine.cc | 2505 runtime_->AppendToBootClassPath( in Run()
|
/aosp_15_r20/art/test/674-hiddenapi/ |
H A D | hiddenapi.cc | 75 Runtime::Current()->AppendToBootClassPath(path, path, opened_dex_files[index]); in Java_Main_appendToBootClassLoader()
|
/aosp_15_r20/art/dex2oat/linker/ |
H A D | image_test.h | 166 Runtime::Current()->AppendToBootClassPath( in DoCompile()
|
/aosp_15_r20/art/runtime/oat/ |
H A D | oat_file_assistant_test.cc | 132 runtime_->AppendToBootClassPath(src, src, dex_files); in InsertNewBootClasspathEntry()
|