• Home
  • Raw
  • Download

Lines Matching +defs:p +defs:code

182     public void write(byte[] code, int index) {  in write()
337 public int insert(byte[] code) in insert()
364 public void insert(int pos, byte[] code) throws BadBytecode { in insert()
388 public int insertAt(int pos, byte[] code) throws BadBytecode { in insertAt()
410 public int insertEx(byte[] code) in insertEx()
437 public void insertEx(int pos, byte[] code) throws BadBytecode { in insertEx()
461 public int insertExAt(int pos, byte[] code) throws BadBytecode { in insertExAt()
469 private int insert0(int pos, byte[] code, boolean exclusive) in insert0()
479 int p = pos; in insert0() local
687 public int append(byte[] code) { in append()
756 static int nextOpcode(byte[] code, int index) in nextOpcode()
816 static byte[] insertGapCore0(byte[] code, int where, int gapLength, in insertGapCore0()
837 private static byte[] insertGapCore1(byte[] code, int where, int gapLength, in insertGapCore1()
873 private static void insertGap2(byte[] code, int where, int gapLength, in insertGap2()
977 private static int copyGapBytes(byte[] newcode, int j, byte[] code, int i, int iEnd) { in copyGapBytes()
1073 static byte[] changeLdcToLdcW(byte[] code, ExceptionTable etable, in changeLdcToLdcW()
1114 private byte[] insertGapCore0w(byte[] code, int where, int gapLength, boolean exclusive, in insertGapCore0w()
1138 private static byte[] insertGap2w(byte[] code, int where, int gapLength, in insertGap2w()
1155 int p = b.pos; in insertGap2w() local
1168 int p = b.pos; in insertGap2w() local
1179 private static List<Branch> makeJumpList(byte[] code, int endPos, Pointers ptrs) in makeJumpList()
1240 private static byte[] makeExapndedCode(byte[] code, List<Branch> jumps, in makeExapndedCode()
1292 Branch(int p) { pos = orgPos = p; } in Branch()
1325 abstract int write(int srcPos, byte[] code, int destPos, byte[] newcode) throws BadBytecode; in write()
1333 LdcW(int p, int i) { in LdcW()
1352 int write(int srcPos, byte[] code, int destPos, byte[] newcode) { in write()
1366 Branch16(int p, int off) { in Branch16()
1392 abstract void write32(int src, byte[] code, int dest, byte[] newcode); in write32()
1395 int write(int src, byte[] code, int dest, byte[] newcode) { in write()
1409 Jump16(int p, int off) { in Jump16()
1419 void write32(int src, byte[] code, int dest, byte[] newcode) { in write32()
1427 If16(int p, int off) { in If16()
1437 void write32(int src, byte[] code, int dest, byte[] newcode) { in write32()
1459 Jump32(int p, int off) { in Jump32()
1471 int write(int src, byte[] code, int dest, byte[] newcode) { in write()
1493 int p = pos; in shift() local
1520 int write(int src, byte[] code, int dest, byte[] newcode) throws BadBytecode { in write()