Home
last modified time | relevance | path

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

/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/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/099-vmdebug/src/
DMain.java68 String tempFileName = tempFile.getPath(); in testMethodTracingToFile() local
76 VMDebug.startMethodTracing(tempFileName, 0, 0, false, 0); in testMethodTracingToFile()
85 VMDebug.startMethodTracing(tempFileName, 0, 0, true, 1000); in testMethodTracingToFile()
94 VMDebug.startMethodTracing(tempFileName, 0, 0, false, 0); in testMethodTracingToFile()
96 VMDebug.startMethodTracing(tempFileName, 0, 0, false, 0); in testMethodTracingToFile()
115 VMDebug.startMethodTracing(tempFileName, 1000, 0, false, 0); in testMethodTracingToFile()
123 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()