Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_executor.h87 if ((opCode == RegExpOpCode::OP_DOTS) && IsTerminator(currentChar)) { in HandleOpAll()
673 inline bool IsTerminator(uint32_t value) const in IsTerminator() function
/arkcompiler/runtime_core/libpandafile/
Dbytecode_instruction.h380 bool IsTerminator() const in IsTerminator() function
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dir_builder.cpp164 if (inst.IsTerminator() && !inst.IsSuspend()) { in BuildInstructionsForBB()