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