Searched refs:bytecodeSecond (Results 1 – 1 of 1) sorted by relevance
422 size_t bytecodeSecond = (fullBytecode >> 8) & 0xff; // 8, 0xff: second last byte in CopyBytecodeInfoToBuffer() local423 …t char *bytecodeNameSecond = MessageString::GetMessageString(startSecond + bytecodeSecond).c_str(); in CopyBytecodeInfoToBuffer()