Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/executors/
DX86InterpreterExecutor.java34 commandBuilder.append(device.getHostExecutionFlags()).append(" "); in constructCommand()
DX86OptimizingBackendExecutor.java37 commandBuilder.append(device.getHostExecutionFlags()).append(" "); in constructCommand()
DDevice.java172 public String getHostExecutionFlags() { in getHostExecutionFlags() method in Device