Searched defs:processCase (Results 1 – 4 of 4) sorted by relevance
21 void processCase(Object key, Label end) throws Exception; in processCase() method
21 void processCase(int key, Label end) throws Exception; in processCase() method
201 public void processCase(int key, Label ignore_end) throws Exception { in string_switch_trie() method231 public void processCase(int key, Label ignore_end) throws Exception { in stringSwitchHelper() method270 public void processCase(int key, Label ignore_end) throws Exception { in string_switch_hash() method748 public void processCase(int key, Label dontUseEnd) throws Exception { in member_helper_size() method
171 public void processCase(int key, Label end) { in invokeSwitchHelper() method209 public void processCase(Object key, Label end) { in processCase() method in FastClassEmitter.GetIndexCallback