Home
last modified time | relevance | path

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

/external/v8/src/
Djson-parser.cc140 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()
Djson-parser.h146 int source_length_; variable
Dd8.cc430 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
Dapi.cc926 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()
/external/v8/include/
Dv8.h6366 size_t source_length() const { return source_length_; }
6381 size_t source_length_; // expected to initialize before source_