Home
last modified time | relevance | path

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

/external/javassist/src/main/javassist/bytecode/
DCodeIterator.java688 byte[] newcode = new byte[codeLength + gapLength]; in appendGap()
692 newcode[i] = code[i]; in appendGap()
695 newcode[i] = NOP; in appendGap()
697 codeAttr.setCode(newcode); in appendGap()
698 bytecode = newcode; in appendGap()
823 byte[] newcode = new byte[codeLength + gapLength]; in insertGapCore1()
824 insertGap2(code, where, gapLength, codeLength, newcode, exclusive); in insertGapCore1()
850 return newcode; in insertGapCore1()
854 int endPos, byte[] newcode, boolean exclusive) in insertGap2() argument
864 newcode[j++] = NOP; in insertGap2()
[all …]
DCodeAttribute.java353 ConstPool srcCp, byte[] newcode, in copyCode() argument
363 newcode[i] = c; in copyCode()
378 copyConstPoolInfo(i + 1, code, srcCp, newcode, destCp, in copyCode()
385 newcode[i + 1] = (byte)index; in copyCode()
387 newcode[i] = NOP; in copyCode()
388 newcode[i + 1] = NOP; in copyCode()
397 copyConstPoolInfo(i + 1, code, srcCp, newcode, destCp, in copyCode()
399 newcode[i + 3] = code[i + 3]; in copyCode()
400 newcode[i + 4] = code[i + 4]; in copyCode()
403 copyConstPoolInfo(i + 1, code, srcCp, newcode, destCp, in copyCode()
[all …]
/external/emma/core/java12/com/vladium/emma/instr/
DInstrVisitor.java1119 …final ByteArrayOStream newcode = new ByteArrayOStream (newcodeCapacity); // TODO: empirical capaci… in visit() local
1120 final EmitCtx emitctx = new EmitCtx (blocks, newcode); in visit()
1168 final byte [] _newcode = newcode.getByteArray (); // note: not cloned in visit()
1169 final int _newcodeSize = newcode.size (); in visit()
/external/robolectric/v1/lib/main/
Djavassist-3.14.0-GA.jar ... []) int i int dest byte[] newcode int n int tableSize () } javassist/bytecode ...
/external/guice/extensions/struts2/lib/
Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath ...
/external/guice/extensions/persist/lib/
Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath ...
/external/owasp/sanitizer/tools/emma/lib/
Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/ ...
/external/emma/lib/
Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/ ...