Searched refs:MAX_SWITCH_CASE_LABELS (Results 1 – 3 of 3) sorted by relevance
308 if (CodeGenerator.MAX_SWITCH_CASE_LABELS == CodeGenerator.MSCL_DEFAULT) { in performGrammarAnalysis()310 CodeGenerator.MAX_SWITCH_CASE_LABELS = 3000; in performGrammarAnalysis()
80 public static int MAX_SWITCH_CASE_LABELS = MSCL_DEFAULT; field in CodeGenerator1304 size>MAX_SWITCH_CASE_LABELS ) { in canGenerateSwitch()
291 CodeGenerator.MAX_SWITCH_CASE_LABELS = Integer.parseInt(args[i]); in processArgs()776 CodeGenerator.MAX_SWITCH_CASE_LABELS = maxSwitchCaseLabels; in setMaxSwitchCaseLabels()