Searched refs:_NARROW_SIZE (Results 1 – 1 of 1) sorted by relevance
441 int [] NARROW_SIZE = clinit._NARROW_SIZE; // including the opcode itself451 static final int [] _NARROW_SIZE; field in IOpcodes.clinit514 _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 …]