Home
last modified time | relevance | path

Searched refs:SetCompileTimeClassPath (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Druntime.h398 void SetCompileTimeClassPath(jobject class_loader, std::vector<const DexFile*>& class_path);
Dcommon_test.h454 Runtime::Current()->SetCompileTimeClassPath(class_loader, class_path); in LoadDex()
Druntime.cc1279 void Runtime::SetCompileTimeClassPath(jobject class_loader, std::vector<const DexFile*>& class_path… in SetCompileTimeClassPath() function in art::Runtime
/art/dex2oat/
Ddex2oat.cc252 Runtime::Current()->SetCompileTimeClassPath(class_loader, class_path_files); in CreateOatFile()