Searched refs:fullBytecode (Results 1 – 1 of 1) sorted by relevance
911 void CopyBytecodeInfoToBuffer(const char *prefix, uintptr_t fullBytecode, size_t &strIdx, char *out… in CopyBytecodeInfoToBuffer() argument918 size_t bytecode = fullBytecode & 0xff; // 0xff: last byte in CopyBytecodeInfoToBuffer()938 size_t bytecodeSecond = (fullBytecode >> 8) & 0xff; // 8, 0xff: second last byte in CopyBytecodeInfoToBuffer()