Searched refs:CallPenalty (Results 1 – 3 of 3) sorted by relevance
32 const int CallPenalty = 25; variable
768 Cost += InlineConstants::CallPenalty; in visitCallSite()933 Cost += InlineConstants::CallPenalty; in analyzeBlock()
348 int CandidateCost = IC.getCost() - (InlineConstants::CallPenalty + 1); in shouldInline()