Home
last modified time | relevance | path

Searched refs:newCode (Results 1 – 6 of 6) 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/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
DTimeZoneTest.java205 String newCode = "PDT".equals(tz1.getID()) ? "CST" : "PDT"; in testSetDefault() local
206 TimeZone tz2 = TimeZone.getTimeZone(newCode); in testSetDefault()
/external/v8/tools/sodium/
Dsodium.js124 var newCode =
128 codeObjects.push(newCode);
/external/dng_sdk/source/
Ddng_image_writer.cpp3516 int32 newCode = SearchTable (code, pixel); in Compress() local
3518 if (newCode == -1) in Compress()
3538 code = newCode; in Compress()
/external/clang/lib/Sema/
DSemaDeclObjC.cpp878 std::string newCode in checkTypeParamListConsistency() local
886 << FixItHint::CreateInsertion(insertionLoc, newCode); in checkTypeParamListConsistency()