Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dinlining.cpp1329 bool methodIsTooBig = (expectedInlinedInstsCount + instructionsCount_) > instructionsLimit_; in CheckMethodSize() local
1353 …g::CheckTooBigMethodCanBeInlined(const CallInst *callInst, InlineContext *ctx, bool methodIsTooBig) in CheckTooBigMethodCanBeInlined()