Home
last modified time | relevance | path

Searched defs:OPCODE_MASK (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/interpreter/
Dinstruction_handler_state.h135 static constexpr uint8_t OPCODE_MASK = 0xFFU; variable
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecodes.h306 static constexpr uint32_t OPCODE_MASK = 0xFF00; variable