Searched refs:CurrentPartCanFit (Results 1 – 1 of 1) sorted by relevance
149 V8_INLINE bool CurrentPartCanFit(int length) { in CurrentPartCanFit() function163 return CurrentPartCanFit(worst_case_length) ? worst_case_length : 0; in EscapedLengthIfCurrentPartFits()237 DCHECK(builder->CurrentPartCanFit(required_length)); in NoExtendBuilder()