Searched refs:MAX_SWITCH_CASE_LABELS (Results 1 – 4 of 4) sorted by relevance
309 if (CodeGenerator.MAX_SWITCH_CASE_LABELS == CodeGenerator.MSCL_DEFAULT) { in performGrammarAnalysis()311 CodeGenerator.MAX_SWITCH_CASE_LABELS = 3000; in performGrammarAnalysis()
355 if (CodeGenerator.MAX_SWITCH_CASE_LABELS == CodeGenerator.MSCL_DEFAULT) { in performGrammarAnalysis()357 CodeGenerator.MAX_SWITCH_CASE_LABELS = 3000; in performGrammarAnalysis()
80 public static int MAX_SWITCH_CASE_LABELS = MSCL_DEFAULT; field in CodeGenerator1334 size>MAX_SWITCH_CASE_LABELS ) { in canGenerateSwitch()
297 CodeGenerator.MAX_SWITCH_CASE_LABELS = Integer.parseInt(args[i]); in processArgs()794 CodeGenerator.MAX_SWITCH_CASE_LABELS = maxSwitchCaseLabels; in setMaxSwitchCaseLabels()