Lines Matching refs:pc2
385 int pc2 = 0;
397 pc2 = bytecode.currentPc();
406 bytecode.write16bit(pc2, bytecode.currentPc() - pc2 + 1);
428 int pc2 = bytecode.currentPc();
437 bytecode.addIndex(pc2 - bytecode.currentPc() + 1);
471 int pc2 = 0;
474 pc2 = bytecode.currentPc();
490 bytecode.write16bit(pc2, pc4 - pc2 + 1);
669 int pc2 = bc.currentPc();
678 if (pc < pc2) { // if the body is not empty
682 bc.addExceptionHandler(pc, pc2, pc4, 0);
923 int pc2 = bytecode.currentPc();
930 bytecode.write16bit(pc2, bytecode.currentPc() - pc2 + 1);