Home
last modified time | relevance | path

Searched refs:IsGeneral (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecodes.h172 bool IsGeneral() const in IsGeneral() function
638 bool IsGeneral() const in IsGeneral() function
640 return metaData_.IsGeneral(); in IsGeneral()
Dframe_states.cpp369 if (!bytecodeInfo.IsGeneral() && !bytecodeInfo.IsReturn() && !bytecodeInfo.IsCondJump()) { in ComputeLiveOutBC()
Dbytecode_circuit_builder.cpp596 if (bytecodeInfo.IsGeneral()) { in CollectPredsInfo()
1032 } else if (bytecodeInfo.IsGeneral()) { in NewByteCode()