Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_class_loader.cc69 art::Runtime::Current()->AppendToBootClassPath( in AddToClassLoader()
Dti_redefine.cc2506 runtime_->AppendToBootClassPath( in Run()
/art/runtime/
Druntime.cc3429 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 …]
Druntime.h336 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);
Dclass_linker.h812 void AppendToBootClassPath(Thread* self, const DexFile* dex_file)
817 void AppendToBootClassPath(const DexFile* dex_file, ObjPtr<mirror::DexCache> dex_cache)
Dclass_linker.cc846 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/
Dhiddenapi.cc75 Runtime::Current()->AppendToBootClassPath(path, path, opened_dex_files[index]); in Java_Main_appendToBootClassLoader()
/art/dex2oat/linker/
Dimage_test.h166 Runtime::Current()->AppendToBootClassPath( in DoCompile()
/art/runtime/oat/
Doat_file_assistant_test.cc132 runtime_->AppendToBootClassPath(src, src, dex_files); in InsertNewBootClasspathEntry()