Home
last modified time | relevance | path

Searched defs:estimatedCodeSize (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp360 auto estimatedCodeSize = GetGraph()->EstimateCodeSize(); in BeginMethod() local
482 auto estimatedCodeSize = GetGraph()->EstimateCodeSize<true>() + estimatedSlowPathsSize; in VisitGraph() local