Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecodes.h272 static constexpr uint32_t LAST_CALLRUNTIME_OPCODE = variable
Dbytecodes.cpp423 …auto last = (static_cast<uint16_t>(Bytecodes::LAST_CALLRUNTIME_OPCODE) & OPCODE_MASK) >> BYTE_SIZE; in Bytecodes()