Searched refs:removeSwitchMaps (Results 1 – 5 of 5) sorted by relevance
214 assert internal.removeSwitchMaps; in getInternalOptions()215 internal.removeSwitchMaps = false; in getInternalOptions()
406 internal.removeSwitchMaps = false; in getInternalOptions()
79 public boolean removeSwitchMaps = true; field in InternalOptions
445 if (options.removeSwitchMaps) { in rewriteCode()448 codeRewriter.removeSwitchMaps(code); in rewriteCode()
377 public void removeSwitchMaps(IRCode code) { in removeSwitchMaps() method in CodeRewriter