Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/fuzzers/
DFuzzerMultiple.java37 int nextIndex = iterations % Options.inputFileList.size(); in getNextInputFilename() local
38 inputFile = Options.inputFileList.get(nextIndex); in getNextInputFilename()
/art/test/952-invoke-custom/src/
DTestInvokeCustomWithConcurrentThreads.java30 private static final AtomicInteger nextIndex = new AtomicInteger(0); field in TestInvokeCustomWithConcurrentThreads
36 return nextIndex.getAndIncrement();
/art/test/dexdump/
Dinvoke-custom.txt3151 name : 'nextIndex'
3177 … |0006: sput-object v0, LTestInvokeCustomWithConcurrentThreads;.nextIndex:Ljava/util/concu…
3230 … |0000: sget-object v0, LTestInvokeCustomWithConcurrentThreads;.nextIndex:Ljava/util/concu…