Home
last modified time | relevance | path

Searched refs:LAST_OPCODE (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecodes.h264 static constexpr uint32_t LAST_OPCODE = variable
Dbytecodes.cpp419 for (uint8_t pc = 0; pc <= static_cast<uint8_t>(Bytecodes::LAST_OPCODE); pc++) { in Bytecodes()