Searched refs:worst_case_size (Results 1 – 1 of 1) sorted by relevance
2919 int worst_case_size = constpool_.WorstCaseSize(); in CheckConstPool() local2921 kVeneerDistanceMargin + worst_case_size); in CheckConstPool()2925 int needed_space = worst_case_size + kGap + 1 * kInstructionSize; in CheckConstPool()2934 static_cast<unsigned>(worst_case_size)); in CheckConstPool()