Searched refs:ReadByte (Results 1 – 6 of 6) sorted by relevance
54 return ReadByte(0); in GetPrimaryOpcode()59 return ReadByte(1); in GetSecondaryOpcode()77 uint8_t ReadByte(size_t offset) const in ReadByte() function91 S mask = static_cast<S>(ReadByte(byteoffset + i)) << (i * BYTE_WIDTH); in ReadHelper()
32 uint8_t primary = ReadByte(0); in GetOpcode()34 uint8_t secondary = ReadByte(1); in GetOpcode()
126 uint8_t ReadByte(size_t offset) const in ReadByte() function273 return ReadByte(0); in GetPrimaryOpcode()354 uint8_t ReadByte(size_t offset) const in ReadByte() function
34 S mask = static_cast<S>(ReadByte(byteoffset + i)) << (i * BYTE_WIDTH); in ReadHelper()
290 uint8_t primary = ReadByte(pc); in GetOpcode()300 uint8_t primary = ReadByte(pc); in GetBytecodeMetaData()361 static uint8_t ReadByte(const uint8_t *pc) in ReadByte() function
318 return ReadByte(1);