Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecodes.h261 static constexpr uint32_t THROW_PREFIX_OPCODE_INDEX = 254; variable
281 static_assert(THROW_PREFIX_OPCODE_INDEX ==
310 ASSERT(primary == THROW_PREFIX_OPCODE_INDEX); in GetBytecodeMetaData()
Dbytecodes.cpp443 std::array<uint8_t, 2> bytecode{THROW_PREFIX_OPCODE_INDEX, pc}; // 2: 2 opcode in Bytecodes()