Searched refs:SetCompileTimeClassPath (Results 1 – 4 of 4) sorted by relevance
398 void SetCompileTimeClassPath(jobject class_loader, std::vector<const DexFile*>& class_path);
454 Runtime::Current()->SetCompileTimeClassPath(class_loader, class_path); in LoadDex()
1279 void Runtime::SetCompileTimeClassPath(jobject class_loader, std::vector<const DexFile*>& class_path… in SetCompileTimeClassPath() function in art::Runtime
252 Runtime::Current()->SetCompileTimeClassPath(class_loader, class_path_files); in CreateOatFile()