Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecodes.h152 bool IsSuspend() const in IsSuspend() function
618 bool IsSuspend() const in IsSuspend() function
620 return metaData_.IsSuspend(); in IsSuspend()
/arkcompiler/runtime_core/libpandafile/
Dbytecode_instruction.h385 bool IsSuspend() const in IsSuspend() function
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dir_builder.cpp164 if (inst.IsTerminator() && !inst.IsSuspend()) { in BuildInstructionsForBB()