Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dts_inline_lowering.h95 void UpdateInlineCounts(GateRef frameArgs, size_t inlineCallCounts) in UpdateInlineCounts() argument
97 inlinedCallMap_[frameArgs] = ++inlineCallCounts; in UpdateInlineCounts()
H A Dts_inline_lowering.cpp137 size_t inlineCallCounts = GetOrInitialInlineCounts(frameArgs); in TryInline() local
138 if (IsSmallMethod(methodPcInfo.pcOffsets.size()) && !IsInlineCountsOverflow(inlineCallCounts)) { in TryInline()
151 UpdateInlineCounts(frameArgs, inlineCallCounts); in TryInline()

Completed in 3 milliseconds