Home
last modified time | relevance | path

Searched refs:_tableswitch (Results 1 – 2 of 2) sorted by relevance

/external/emma/core/java12/com/vladium/jcd/opcodes/
DIOpcodes.java191 …int _tableswitch = 0xAA; // 170 * -1 [there are padding bytes and variable number o… field
480 _COMPOUND_CONDITIONAL_BRANCHES [_tableswitch] = true;
560 _NARROW_SIZE [_tableswitch] = 0; // special case #1
/external/emma/core/java12/com/vladium/emma/instr/
DInstrVisitor.java848 case _tableswitch: in visit()
1733 super (_tableswitch, targets); in TABLESWITCH()