Searched refs:LAST_OPCODE (Results 1 – 2 of 2) sorted by relevance
264 static constexpr uint32_t LAST_OPCODE = variable
419 for (uint8_t pc = 0; pc <= static_cast<uint8_t>(Bytecodes::LAST_OPCODE); pc++) { in Bytecodes()