Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_inline_lowering.cpp119 if (info.IsNormalCall()) { in TryInline()
332 if (info.IsNormalCall()) { in ReplaceInput()
506 if (info.IsNormalCall()) { in InlineCheck()
677 if (info.IsNormalCall()) { in GetFrameState()
Dts_inline_lowering.h71 bool IsNormalCall() const in IsNormalCall() function