Home
last modified time | relevance | path

Searched defs:newcode (Results 1 – 6 of 6) sorted by relevance

/external/javassist/src/main/javassist/bytecode/
DCodeIterator.java874 int endPos, byte[] newcode, boolean exclusive) in insertGap2()
977 private static int copyGapBytes(byte[] newcode, int j, byte[] code, int i, int iEnd) { in copyGapBytes()
1325 abstract int write(int srcPos, byte[] code, int destPos, byte[] newcode) throws BadBytecode; in write()
1352 int write(int srcPos, byte[] code, int destPos, byte[] newcode) { in write()
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()
1419 void write32(int src, byte[] code, int dest, byte[] newcode) { in write32()
1437 void write32(int src, byte[] code, int dest, byte[] newcode) { in write32()
1471 int write(int src, byte[] code, int dest, byte[] newcode) { in write()
1520 int write(int src, byte[] code, int dest, byte[] newcode) throws BadBytecode { in write()
[all …]
DCodeAttribute.java366 ConstPool srcCp, byte[] newcode, in copyCode()
438 byte[] newcode, ConstPool destCp, in copyConstPoolInfo()
/external/emma/core/java12/com/vladium/emma/instr/
DInstrVisitor.java1119 …final ByteArrayOStream newcode = new ByteArrayOStream (newcodeCapacity); // TODO: empirical capaci… in visit() local
/external/pcre/dist2/src/
Dpcre2_compile.c1192 pcre2_code *newcode; in pcre2_code_copy() local
1226 pcre2_code *newcode; in pcre2_code_copy_with_tables() local
/external/python/cpython3/Modules/
D_sre.c1651 SRE_CODE *newcode; in _validate_inner() local
/external/python/cpython2/Modules/
D_sre.c3061 SRE_CODE *newcode; in _validate_inner() local