Searched refs:source_length_ (Results 1 – 5 of 5) sorted by relevance
140 source_length_(source->length()), in JsonParser()148 pretenure_ = (source_length_ >= kPretenureTreshold) ? TENURED : NOT_TENURED; in JsonParser()218 if (position_ >= source_length_) { in Advance()727 int max_length = count + source_length_ - position_; in SlowScanJsonString()867 if (position >= source_length_) { in ScanJsonString()
146 int source_length_; variable
430 source_length_ = source->Utf8Length(isolate); in DummySourceStream()431 source_buffer_.reset(new uint8_t[source_length_]); in DummySourceStream()433 source_length_); in DummySourceStream()443 return source_length_; in GetMoreData()447 int source_length_; member in v8::DummySourceStream
926 source_length_(source_length >= 0 ? in Extension()932 source_ = new ExtensionResource(source, source_length_); in Extension()933 CHECK(source != nullptr || source_length_ == 0); in Extension()
6366 size_t source_length() const { return source_length_; }6381 size_t source_length_; // expected to initialize before source_