Home
last modified time | relevance | path

Searched refs:codePath (Results 1 – 2 of 2) sorted by relevance

/art/test/2230-profile-save-hotness/src-art/
DMain.java40 String codePath = System.getenv("DEX_LOCATION") + "/2230-profile-save-hotness.jar"; in main() local
41 VMRuntime.registerAppInfo(file.getPath(), new String[] {codePath}); in main()
/art/test/595-profile-saving/src/
DMain.java29 String codePath = System.getenv("DEX_LOCATION") + "/595-profile-saving.jar"; in main() local
31 new String[] {codePath}); in main()