Home
last modified time | relevance | path

Searched refs:newCode (Results 1 – 4 of 4) sorted by relevance

/external/mockito/cglib-and-asm/src/org/mockito/asm/
DMethodWriter.java2252 ByteVector newCode = new ByteVector(code.length); in resizeInstructions() local
2260 newCode.putByte(opcode); in resizeInstructions()
2281 newCode.putByte(200); // GOTO_W in resizeInstructions()
2283 newCode.putByte(201); // JSR_W in resizeInstructions()
2285 newCode.putByte(opcode <= 166 in resizeInstructions()
2288 newCode.putShort(8); // jump offset in resizeInstructions()
2289 newCode.putByte(200); // GOTO_W in resizeInstructions()
2293 newCode.putInt(newOffset); in resizeInstructions()
2295 newCode.putByte(opcode); in resizeInstructions()
2296 newCode.putShort(newOffset); in resizeInstructions()
[all …]
/external/javassist/src/main/javassist/bytecode/
DCodeAttribute.java345 byte[] newCode = new byte[len]; in copyCode()
346 destCa.info = newCode; in copyCode()
348 newCode, destCp, classnames); in copyCode()
349 return LdcEntry.doit(newCode, ldc, etable, destCa); in copyCode()
/external/chromium_org/v8/tools/sodium/
Dsodium.js124 var newCode =
128 codeObjects.push(newCode);
/external/chromium_org/third_party/WebKit/PerformanceTests/SVG/resources/
DWorldIso.svg281 var newCode = targetObject.id;
282 countryString += ';' + newCode;