Home
last modified time | relevance | path

Searched refs:tempFileName (Results 1 – 5 of 5) sorted by relevance

/art/test/570-checker-osr/src/
DDeoptimizationController.java49 String tempFileName = tempFile.getPath(); in startDeoptimization() local
51 VMDebug.startMethodTracing(tempFileName, 0, 0, false, 1000); in startDeoptimization()
/art/test/802-deoptimization/src/
DDeoptimizationController.java46 String tempFileName = tempFile.getPath(); in startDeoptimization() local
48 VMDebug.startMethodTracing(tempFileName, 0, 0, false, 1000); in startDeoptimization()
/art/test/817-hiddenapi/src-art/
DMain.java73 String tempFileName = System.mapLibraryName("hiddenapitest"); in createNativeLibCopy() local
74 File tempFile = new File(System.getenv("DEX_LOCATION"), tempFileName); in createNativeLibCopy()
/art/test/099-vmdebug/src/
DMain.java70 String tempFileName = tempFile.getPath(); in testMethodTracingToFile() local
78 VMDebug.startMethodTracing(tempFileName, 0, 0, false, 0); in testMethodTracingToFile()
87 VMDebug.startMethodTracing(tempFileName, 0, 0, true, 1000); in testMethodTracingToFile()
96 VMDebug.startMethodTracing(tempFileName, 0, 0, false, 0); in testMethodTracingToFile()
98 VMDebug.startMethodTracing(tempFileName, 0, 0, false, 0); in testMethodTracingToFile()
117 VMDebug.startMethodTracing(tempFileName, 1000, 0, false, 0); in testMethodTracingToFile()
132 VMDebug.startMethodTracing(tempFileName, 0, 0, true, 0); in testMethodTracingToFile()
/art/test/674-hiddenapi/src-art/
DMain.java154 String tempFileName = System.mapLibraryName( in createNativeLibCopy() local
157 File tempFile = new File(System.getenv("DEX_LOCATION"), tempFileName); in createNativeLibCopy()