Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/executors/
DExecutor.java41 private boolean needsCleanCodeCache; field in Executor
45 Device device, boolean needsCleanCodeCache, boolean isBisectable) { in Executor() argument
58 this.needsCleanCodeCache = needsCleanCodeCache; in Executor()
162 if (needsCleanCodeCache) { in prepareProgramForExecution()