Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecodes.h67 CALL_BC, enumerator
221 return GetKind() == BytecodeKind::CALL_BC; in IsCall()
Dbytecodes.cpp219 kind = BytecodeKind::CALL_BC; in InitBytecodeMetaData()
407 kind == BytecodeKind::CALL_BC) { in InitBytecodeMetaData()