Lines Matching refs:newLen
372 int newLen = static_cast<int>(BytecodeInstruction::Size(newOpcode)); \
373 int paddingSize = static_cast<int>(oldLen) - newLen; \
375 *(pc + newLen + i) = static_cast<uint8_t>(EcmaOpcode::NOP); \
1070 auto newLen = BytecodeInstruction::Size(newOpcode);
1071 if (memmove_s(pc + 1, newLen - 1, pc + 2, oldLen - 2) != EOK) { // 2: skip second level inst and pref
1080 auto newLen = BytecodeInstruction::Size(newOpcode);
1081 if (memmove_s(pc + 1, newLen - 1, pc + 2, oldLen - 2) != EOK) { // 2: skip second level inst and pref
1095 auto newLen = BytecodeInstruction::Size(newOpcode);
1096 if (memmove_s(pc + 1, newLen - 1, pc + 2, oldLen - 2) != EOK) { // 2: skip second level inst and pref
1105 auto newLen = BytecodeInstruction::Size(newOpcode);
1106 if (memmove_s(pc + 1, newLen - 1, pc + 2, oldLen - 2) != EOK) { // 2: skip second level inst and pref
1120 auto newLen = BytecodeInstruction::Size(newOpcode);
1121 if (memmove_s(pc + 1, newLen - 1, pc + 2, oldLen - 2) != EOK) { // 2: skip second level inst and pref
1130 auto newLen = BytecodeInstruction::Size(newOpcode);
1131 if (memmove_s(pc + 1, newLen - 1, pc + 2, oldLen - 2) != EOK) { // 2: skip second level inst and pref
1233 auto newLen = BytecodeInstruction::Size(newOpcode);
1234 if (memmove_s(pc + 1, newLen - 1, pc + 2, oldLen - 2) != EOK) { // 2: skip second level inst and pref
1243 auto newLen = BytecodeInstruction::Size(newOpcode);
1244 if (memmove_s(pc + 1, newLen - 1, pc + 2, oldLen - 2) != EOK) { // 2: skip second level inst and pref
1253 auto newLen = BytecodeInstruction::Size(newOpcode);
1255 if (memmove_s(pc + 1, newLen - 1, pc + 2, oldLen - 2) != EOK) {