Lines Matching refs:AppendToBootClassPath
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()
3487 AppendToBootClassPath(filename, location); in AddExtraBootDexFiles()