Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecodes.h59 JUMP_IMM, enumerator
149 return GetKind() == BytecodeKind::JUMP_IMM; in IsJumpImm()
Dbytecodes.cpp261 kind = BytecodeKind::JUMP_IMM; in InitBytecodeMetaData()