Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_inline_lowering.h90 bool IsInlineCountsOverflow(size_t inlineCount) const in IsInlineCountsOverflow() function
Dts_inline_lowering.cpp138 if (IsSmallMethod(methodPcInfo.pcOffsets.size()) && !IsInlineCountsOverflow(inlineCallCounts)) { in TryInline()