Searched refs:AppendToBootClassPath (Results 1 – 9 of 9) sorted by relevance
/art/openjdkjvmti/ |
D | ti_class_loader.cc | 69 art::Runtime::Current()->AppendToBootClassPath( in AddToClassLoader()
|
D | ti_redefine.cc | 2506 runtime_->AppendToBootClassPath( in Run()
|
/art/runtime/ |
D | runtime.cc | 3429 void Runtime::AppendToBootClassPath(const std::string& filename, const std::string& location) { in AppendToBootClassPath() function in art::Runtime 3438 void Runtime::AppendToBootClassPath( in AppendToBootClassPath() function in art::Runtime 3442 AppendToBootClassPath(filename, location); in AppendToBootClassPath() 3448 GetClassLinker()->AppendToBootClassPath(Thread::Current(), dex_file.get()); in AppendToBootClassPath() 3452 void Runtime::AppendToBootClassPath(const std::string& filename, in AppendToBootClassPath() function in art::Runtime 3455 AppendToBootClassPath(filename, location); in AppendToBootClassPath() 3461 GetClassLinker()->AppendToBootClassPath(Thread::Current(), dex_file); in AppendToBootClassPath() 3465 void Runtime::AppendToBootClassPath( in AppendToBootClassPath() function in art::Runtime 3470 AppendToBootClassPath(filename, location); in AppendToBootClassPath() 3476 GetClassLinker()->AppendToBootClassPath(dex_file, dex_cache); in AppendToBootClassPath() [all …]
|
D | runtime.h | 336 EXPORT void AppendToBootClassPath( 342 EXPORT void AppendToBootClassPath(const std::string& filename, 347 EXPORT void AppendToBootClassPath( 1180 void AppendToBootClassPath(const std::string& filename, const std::string& location);
|
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)
|
D | class_linker.cc | 846 AppendToBootClassPath(self, dex_file.get()); in InitWithoutImage() 1492 AppendToBootClassPath(self, dex_file.get()); in AddExtraBootDexFiles() 1961 AppendToBootClassPath(dex_file.get(), dex_cache); in OpenAndInitImageDexFiles() 4175 void ClassLinker::AppendToBootClassPath(Thread* self, const DexFile* dex_file) { in AppendToBootClassPath() function in art::ClassLinker 4179 AppendToBootClassPath(dex_file, dex_cache); in AppendToBootClassPath() 4183 void ClassLinker::AppendToBootClassPath(const DexFile* dex_file, in AppendToBootClassPath() function in art::ClassLinker
|
/art/test/674-hiddenapi/ |
D | hiddenapi.cc | 75 Runtime::Current()->AppendToBootClassPath(path, path, opened_dex_files[index]); in Java_Main_appendToBootClassLoader()
|
/art/dex2oat/linker/ |
D | image_test.h | 166 Runtime::Current()->AppendToBootClassPath( in DoCompile()
|
/art/runtime/oat/ |
D | oat_file_assistant_test.cc | 132 runtime_->AppendToBootClassPath(src, src, dex_files); in InsertNewBootClasspathEntry()
|