Lines Matching refs:idx

320                     int idx = bytes.getUnsignedByte(offset + 1);
321 Constant cst = pool.get(idx);
328 int idx = bytes.getUnsignedShort(offset + 1);
329 Constant cst = pool.get(idx);
336 int idx = bytes.getUnsignedShort(offset + 1);
337 Constant cst = pool.get(idx);
342 int idx = bytes.getUnsignedByte(offset + 1);
343 visitor.visitLocal(ByteOps.ILOAD, offset, 2, idx,
348 int idx = bytes.getUnsignedByte(offset + 1);
349 visitor.visitLocal(ByteOps.ILOAD, offset, 2, idx,
354 int idx = bytes.getUnsignedByte(offset + 1);
355 visitor.visitLocal(ByteOps.ILOAD, offset, 2, idx,
360 int idx = bytes.getUnsignedByte(offset + 1);
361 visitor.visitLocal(ByteOps.ILOAD, offset, 2, idx,
366 int idx = bytes.getUnsignedByte(offset + 1);
367 visitor.visitLocal(ByteOps.ILOAD, offset, 2, idx,
375 int idx = opcode - ByteOps.ILOAD_0;
376 visitor.visitLocal(ByteOps.ILOAD, offset, 1, idx,
384 int idx = opcode - ByteOps.LLOAD_0;
385 visitor.visitLocal(ByteOps.ILOAD, offset, 1, idx,
393 int idx = opcode - ByteOps.FLOAD_0;
394 visitor.visitLocal(ByteOps.ILOAD, offset, 1, idx,
402 int idx = opcode - ByteOps.DLOAD_0;
403 visitor.visitLocal(ByteOps.ILOAD, offset, 1, idx,
411 int idx = opcode - ByteOps.ALOAD_0;
412 visitor.visitLocal(ByteOps.ILOAD, offset, 1, idx,
457 int idx = bytes.getUnsignedByte(offset + 1);
458 visitor.visitLocal(ByteOps.ISTORE, offset, 2, idx,
463 int idx = bytes.getUnsignedByte(offset + 1);
464 visitor.visitLocal(ByteOps.ISTORE, offset, 2, idx,
469 int idx = bytes.getUnsignedByte(offset + 1);
470 visitor.visitLocal(ByteOps.ISTORE, offset, 2, idx,
475 int idx = bytes.getUnsignedByte(offset + 1);
476 visitor.visitLocal(ByteOps.ISTORE, offset, 2, idx,
481 int idx = bytes.getUnsignedByte(offset + 1);
482 visitor.visitLocal(ByteOps.ISTORE, offset, 2, idx,
490 int idx = opcode - ByteOps.ISTORE_0;
491 visitor.visitLocal(ByteOps.ISTORE, offset, 1, idx,
499 int idx = opcode - ByteOps.LSTORE_0;
500 visitor.visitLocal(ByteOps.ISTORE, offset, 1, idx,
508 int idx = opcode - ByteOps.FSTORE_0;
509 visitor.visitLocal(ByteOps.ISTORE, offset, 1, idx,
517 int idx = opcode - ByteOps.DSTORE_0;
518 visitor.visitLocal(ByteOps.ISTORE, offset, 1, idx,
526 int idx = opcode - ByteOps.ASTORE_0;
527 visitor.visitLocal(ByteOps.ISTORE, offset, 1, idx,
647 int idx = bytes.getUnsignedByte(offset + 1);
649 visitor.visitLocal(opcode, offset, 3, idx,
709 int idx = bytes.getUnsignedByte(offset + 1);
710 visitor.visitLocal(opcode, offset, 2, idx,
762 int idx = bytes.getUnsignedShort(offset + 1);
763 Constant cst = pool.get(idx);
768 int idx = bytes.getUnsignedShort(offset + 1);
771 Constant cst = pool.get(idx);
786 int idx = bytes.getUnsignedShort(offset + 1);
788 Constant cst = pool.get(idx);
1095 int idx = bytes.getUnsignedShort(offset + 2);
1098 visitor.visitLocal(ByteOps.ILOAD, offset, 4, idx,
1103 visitor.visitLocal(ByteOps.ILOAD, offset, 4, idx,
1108 visitor.visitLocal(ByteOps.ILOAD, offset, 4, idx,
1113 visitor.visitLocal(ByteOps.ILOAD, offset, 4, idx,
1118 visitor.visitLocal(ByteOps.ILOAD, offset, 4, idx,
1123 visitor.visitLocal(ByteOps.ISTORE, offset, 4, idx,
1128 visitor.visitLocal(ByteOps.ISTORE, offset, 4, idx,
1133 visitor.visitLocal(ByteOps.ISTORE, offset, 4, idx,
1138 visitor.visitLocal(ByteOps.ISTORE, offset, 4, idx,
1143 visitor.visitLocal(ByteOps.ISTORE, offset, 4, idx,
1148 visitor.visitLocal(opcode, offset, 4, idx,
1154 visitor.visitLocal(opcode, offset, 6, idx,
1196 * @param idx the local variable index
1202 int idx, Type type, int value);
1307 int idx, Type type, int value) {
1379 int idx, Type type, int value) {