Searched defs:OPCODE_MASK (Results 1 - 2 of 2) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/interpreter/ | ||
| H A D | instruction_handler_state.h | 135 static constexpr uint8_t OPCODE_MASK = 0xFFU; member in ark::interpreter::InstructionHandlerState |
| /arkcompiler/ets_runtime/ecmascript/compiler/ | ||
| H A D | bytecodes.h | 277 static constexpr uint32_t OPCODE_MASK = 0xFF00; member in panda::ecmascript::kungfu::Bytecodes |
Completed in 2 milliseconds