Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_inline_lowering.cpp154 if (info.IsNormalCall()) { in TryInline()
384 if (info.IsNormalCall()) { in ReplaceInput()
575 if (info.IsNormalCall()) { in InlineCheck()
708 ASSERT(info.IsCallAccessor() || info.IsNormalCall()); in GetFrameState()
Dtype_info_accessors.h544 bool IsNormalCall() const in IsNormalCall() function
571 if (IsNormalCall() && IsValidCallMethodId()) { in GetType()
Dtype_info_accessors.cpp382 if (IsNormalCall() && IsValidCallMethodId()) { in GetCallMethodId()