Searched defs:methodIsTooBig (Results 1 – 1 of 1) sorted by relevance
1329 bool methodIsTooBig = (expectedInlinedInstsCount + instructionsCount_) > instructionsLimit_; in CheckMethodSize() local1353 …g::CheckTooBigMethodCanBeInlined(const CallInst *callInst, InlineContext *ctx, bool methodIsTooBig) in CheckTooBigMethodCanBeInlined()