Searched defs:OpCode (Results 1 – 5 of 5) sorted by relevance
17 struct OpCode { struct18 OpCode() : opCode(0), size(0) {} in OpCode() function20 OpCode(uint8_t code, uint32_t s, const std::string &str) : opCode(code), size(s), opStr(str) {} in OpCode() argument24 uint8_t opCode;25 uint32_t size;26 const std::string opStr;
396 uint8_t AstObject::OpCode() const in OpCode() function in AstObject
27 enum OpCode { enum
71 } OpCode; typedef
331 OpCode() { method in AstObject