Searched refs:OpcodeLength (Results 1 – 2 of 2) sorted by relevance
592 for (uint8_t OpcodeLength : StandardOpcodeLengths) in emitDebugLine() local593 writeInteger(OpcodeLength, BufferOS, DI.IsLittleEndian); in emitDebugLine()
1136 uint8_t OpcodeLength = Prologue.StandardOpcodeLengths[Opcode - 1]; in parse() local1138 for (uint8_t I = 0; I < OpcodeLength; ++I) { in parse()