Home
last modified time | relevance | path

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

/external/v8/src/
Dstring-builder-inl.h162 int worst_case_length = length << 3; in EscapedLengthIfCurrentPartFits() local
163 return CurrentPartCanFit(worst_case_length) ? worst_case_length : 0; in EscapedLengthIfCurrentPartFits()
Djson-stringifier.cc775 if (int worst_case_length = builder_.EscapedLengthIfCurrentPartFits(length)) { in SerializeString_() local
779 &builder_, worst_case_length); in SerializeString_()