Lines Matching refs:oldLen
370 #define ADD_NOP_INST(pc, oldLen, newOpcode) \
373 int paddingSize = static_cast<int>(oldLen) - newLen; \
383 auto oldLen = OldBytecodeInst::Size(OldBytecodeInst::GetFormat(opcode));
411 ADD_NOP_INST(pc, oldLen, newOpcode);
1071 if (memmove_s(pc + 1, newLen - 1, pc + 2, oldLen - 2) != EOK) { // 2: skip second level inst and pref
1081 if (memmove_s(pc + 1, newLen - 1, pc + 2, oldLen - 2) != EOK) { // 2: skip second level inst and pref
1096 if (memmove_s(pc + 1, newLen - 1, pc + 2, oldLen - 2) != EOK) { // 2: skip second level inst and pref
1106 if (memmove_s(pc + 1, newLen - 1, pc + 2, oldLen - 2) != EOK) { // 2: skip second level inst and pref
1121 if (memmove_s(pc + 1, newLen - 1, pc + 2, oldLen - 2) != EOK) { // 2: skip second level inst and pref
1131 if (memmove_s(pc + 1, newLen - 1, pc + 2, oldLen - 2) != EOK) { // 2: skip second level inst and pref
1234 if (memmove_s(pc + 1, newLen - 1, pc + 2, oldLen - 2) != EOK) { // 2: skip second level inst and pref
1244 if (memmove_s(pc + 1, newLen - 1, pc + 2, oldLen - 2) != EOK) { // 2: skip second level inst and pref
1255 if (memmove_s(pc + 1, newLen - 1, pc + 2, oldLen - 2) != EOK) {
1443 ADD_NOP_INST(pc, oldLen, newOpcode);