Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_inline_lowering.h156 void UpdateInlineCounts(GateRef frameArgs, size_t inlineCallCounts) in UpdateInlineCounts() argument
158 inlinedCallMap_[frameArgs] = ++inlineCallCounts; in UpdateInlineCounts()
Dts_inline_lowering.cpp105 size_t inlineCallCounts = GetOrInitialInlineCounts(frameArgs); in TryInline() local
106 if (IsSmallMethod(methodPcInfo.pcOffsets.size()) && !IsInlineCountsOverflow(inlineCallCounts)) { in TryInline()
118 UpdateInlineCounts(frameArgs, inlineCallCounts); in TryInline()