Home
last modified time | relevance | path

Searched defs:processCase (Results 1 – 4 of 4) sorted by relevance

/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
DObjectSwitchCallback.java21 void processCase(Object key, Label end) throws Exception; in processCase() method
DProcessSwitchCallback.java21 void processCase(int key, Label end) throws Exception; in processCase() method
DEmitUtils.java201 public void processCase(int key, Label ignore_end) throws Exception { in string_switch_trie() method
231 public void processCase(int key, Label ignore_end) throws Exception { in stringSwitchHelper() method
270 public void processCase(int key, Label ignore_end) throws Exception { in string_switch_hash() method
748 public void processCase(int key, Label dontUseEnd) throws Exception { in member_helper_size() method
/external/mockito/cglib-and-asm/src/org/mockito/cglib/reflect/
DFastClassEmitter.java171 public void processCase(int key, Label end) { in invokeSwitchHelper() method
209 public void processCase(Object key, Label end) { in processCase() method in FastClassEmitter.GetIndexCallback