Searched refs:gOpcodeNames (Results 1 – 1 of 1) sorted by relevance
125 static constexpr std::array<const char*, kNumPackedOpcodes> gOpcodeNames = { variable133 const char* GetOpcodeName(Opcode opcode) { return gOpcodeNames[opcode]; } in GetOpcodeName()320 return os << "[" << HexByte(opcode) << "] " << gOpcodeNames[opcode]; in operator <<()