Home
last modified time | relevance | path

Searched refs:CurrentPartCanFit (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/
Dstring-builder-inl.h149 V8_INLINE bool CurrentPartCanFit(int length) { in CurrentPartCanFit() function
163 return CurrentPartCanFit(worst_case_length) ? worst_case_length : 0; in EscapedLengthIfCurrentPartFits()
237 DCHECK(builder->CurrentPartCanFit(required_length)); in NoExtendBuilder()