Searched refs:newcode (Results 1 – 8 of 8) sorted by relevance
/external/javassist/src/main/javassist/bytecode/ |
D | CodeIterator.java | 688 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 …]
|
D | CodeAttribute.java | 353 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/ |
D | InstrVisitor.java | 1119 …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/ |
D | javassist-3.14.0-GA.jar | ... [])
int i
int dest
byte[] newcode
int n
int tableSize ()
}
javassist/bytecode ... |
/external/guice/extensions/struts2/lib/ |
D | javassist.jar | META-INF/
META-INF/MANIFEST.MF
javassist/
javassist/ByteArrayClassPath.class
ByteArrayClassPath ... |
/external/guice/extensions/persist/lib/ |
D | javassist.jar | META-INF/
META-INF/MANIFEST.MF
javassist/
javassist/ByteArrayClassPath.class
ByteArrayClassPath ... |
/external/owasp/sanitizer/tools/emma/lib/ |
D | emma.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/vladium/
com/ ... |
/external/emma/lib/ |
D | emma.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/vladium/
com/ ... |