Searched refs:MIN_APF_VERSION (Results 1 – 2 of 2) sorted by relevance
107 private static final int MIN_APF_VERSION = 2; field in ApfTest254 ApfGenerator gen = new ApfGenerator(MIN_APF_VERSION); in testApfInstructions()258 gen = new ApfGenerator(MIN_APF_VERSION); in testApfInstructions()266 gen = new ApfGenerator(MIN_APF_VERSION); in testApfInstructions()275 gen = new ApfGenerator(MIN_APF_VERSION); in testApfInstructions()280 gen = new ApfGenerator(MIN_APF_VERSION); in testApfInstructions()283 gen = new ApfGenerator(MIN_APF_VERSION); in testApfInstructions()289 gen = new ApfGenerator(MIN_APF_VERSION); in testApfInstructions()294 gen = new ApfGenerator(MIN_APF_VERSION); in testApfInstructions()297 gen = new ApfGenerator(MIN_APF_VERSION); in testApfInstructions()[all …]
361 private static final int MIN_APF_VERSION = 2; field in ApfGenerator377 requireApfVersion(MIN_APF_VERSION); in ApfGenerator()384 return version >= MIN_APF_VERSION; in supportsVersion()