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
44 Device device, boolean needsCleanCodeCache) { in Executor() argument
57 this.needsCleanCodeCache = needsCleanCodeCache; in Executor()
162 if (needsCleanCodeCache) { in prepareProgramForExecution()