Searched refs:newCode (Results 1 – 6 of 6) sorted by relevance
2252 ByteVector newCode = new ByteVector(code.length); in resizeInstructions() local2260 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 …]
345 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()
205 String newCode = "PDT".equals(tz1.getID()) ? "CST" : "PDT"; in testSetDefault() local206 TimeZone tz2 = TimeZone.getTimeZone(newCode); in testSetDefault()
124 var newCode =128 codeObjects.push(newCode);
3516 int32 newCode = SearchTable (code, pixel); in Compress() local3518 if (newCode == -1) in Compress()3538 code = newCode; in Compress()
878 std::string newCode in checkTypeParamListConsistency() local886 << FixItHint::CreateInsertion(insertionLoc, newCode); in checkTypeParamListConsistency()