Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dscanner.cc86 int new_content_size = position_ * kUC16Size; in ConvertToTwoByte() local
87 if (new_content_size >= backing_store_.length()) { in ConvertToTwoByte()
90 new_store = Vector<byte>::New(NewCapacity(new_content_size)); in ConvertToTwoByte()
103 position_ = new_content_size; in ConvertToTwoByte()