HomeSort by relevance Sort by last modified time
    Searched defs:_NARROW_SIZE (Results 1 - 2 of 2) sorted by null

  /external/emma/core/java12/com/vladium/jcd/opcodes/
IOpcodes.java 441 int [] NARROW_SIZE = clinit._NARROW_SIZE; // including the opcode itself
451 static final int [] _NARROW_SIZE;
514 _NARROW_SIZE = new int [opcodeCount];
516 for (int o = 0; o < opcodeCount; ++ o) _NARROW_SIZE [o] = 1;
518 _NARROW_SIZE [_bipush] = 2;
519 _NARROW_SIZE [_sipush] = 3;
521 _NARROW_SIZE [_ldc] = 2;
522 _NARROW_SIZE [_ldc_w] = 3;
523 _NARROW_SIZE [_ldc2_w] = 3;
525 _NARROW_SIZE [_iload] = 2
    [all...]
  /external/emma/lib/
emma.jar 

Completed in 314 milliseconds