Searched refs:newcode (Results 1 - 8 of 8) sorted by relevance

/external/javassist/src/main/javassist/bytecode/
H A DCodeIterator.java688 byte[] newcode = new byte[codeLength + gapLength];
692 newcode[i] = code[i];
695 newcode[i] = NOP;
697 codeAttr.setCode(newcode);
698 bytecode = newcode;
823 byte[] newcode = new byte[codeLength + gapLength];
824 insertGap2(code, where, gapLength, codeLength, newcode, exclusive);
850 return newcode;
854 int endPos, byte[] newcode, boolean exclusive)
864 newcode[
853 insertGap2(byte[] code, int where, int gapLength, int endPos, byte[] newcode, boolean exclusive) argument
957 copyGapBytes(byte[] newcode, int j, byte[] code, int i, int iEnd) argument
1302 write(int srcPos, byte[] code, int destPos, byte[] newcode) argument
1327 write(int srcPos, byte[] code, int destPos, byte[] newcode) argument
1365 write32(int src, byte[] code, int dest, byte[] newcode) argument
1367 write(int src, byte[] code, int dest, byte[] newcode) argument
1389 write32(int src, byte[] code, int dest, byte[] newcode) argument
1405 write32(int src, byte[] code, int dest, byte[] newcode) argument
1440 write(int src, byte[] code, int dest, byte[] newcode) argument
1483 write(int src, byte[] code, int dest, byte[] newcode) argument
1501 write2(int dest, byte[] newcode) argument
1532 write2(int dest, byte[] newcode) argument
1556 write2(int dest, byte[] newcode) argument
[all...]
H A DCodeAttribute.java353 ConstPool srcCp, byte[] newcode,
363 newcode[i] = c;
378 copyConstPoolInfo(i + 1, code, srcCp, newcode, destCp,
385 newcode[i + 1] = (byte)index;
387 newcode[i] = NOP;
388 newcode[i + 1] = NOP;
397 copyConstPoolInfo(i + 1, code, srcCp, newcode, destCp,
399 newcode[i + 3] = code[i + 3];
400 newcode[i + 4] = code[i + 4];
403 copyConstPoolInfo(i + 1, code, srcCp, newcode, destC
352 copyCode(byte[] code, int beginPos, int endPos, ConstPool srcCp, byte[] newcode, ConstPool destCp, Map classnameMap) argument
418 copyConstPoolInfo(int i, byte[] code, ConstPool srcCp, byte[] newcode, ConstPool destCp, Map classnameMap) argument
[all...]
/external/emma/core/java12/com/vladium/emma/instr/
H A DInstrVisitor.java1119 final ByteArrayOStream newcode = new ByteArrayOStream (newcodeCapacity); // TODO: empirical capacity
1120 final EmitCtx emitctx = new EmitCtx (blocks, newcode);
1168 final byte [] _newcode = newcode.getByteArray (); // note: not cloned
1169 final int _newcodeSize = newcode.size ();
/external/guice/extensions/struts2/lib/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
/external/robolectric/v1/lib/main/
H A Djavassist-3.14.0-GA.jar ... offsets int write2 (int, byte[]) int i int dest byte[] newcode int n int tableSize () } javassist/bytecode/SignatureAttribute$NestedClassType. ...
/external/guice/extensions/persist/lib/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 70 milliseconds