Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_inline_lowering.h151 bool IsInlineCountsOverflow(size_t inlineCount) const in IsInlineCountsOverflow() argument
153 return inlineCount >= MAX_INLINE_CALL_ALLOWED; in IsInlineCountsOverflow()