Home
last modified time | relevance | path

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

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