Searched refs:ToOneByteVector (Results 1 – 18 of 18) sorted by relevance
/external/v8/src/ |
D | intl.cc | 150 CopyChars(dest->get(), flat.ToOneByteVector().start(), length); in GetUCharBufferFromFlat() 217 const uint8_t* src_data = src_flat.ToOneByteVector().start(); in ConvertOneByteToLower() 294 Vector<const uint8_t> src = flat.ToOneByteVector(); in ConvertToUpper() 333 ToUpperWithSharpS(flat.ToOneByteVector(), result); in ConvertToUpper()
|
D | conversions.cc | 226 return subject_->GetFlatContent().ToOneByteVector(); in GetOneByteVector() 1342 return StringToDouble(unicode_cache, flat.ToOneByteVector(), flags, in StringToDouble()
|
D | value-serializer.cc | 448 Vector<const uint8_t> chars = flat.ToOneByteVector(); in WriteString() 1363 Vector<const uint8_t> chars = flat.ToOneByteVector(); in ReadExpectedString() 1375 Vector<const uint8_t> chars = flat.ToOneByteVector(); in ReadExpectedString()
|
D | json-parser.cc | 265 const uint8_t* expected_chars = content.ToOneByteVector().start(); in ParseJsonString()
|
D | objects.cc | 11207 start_ = content.ToOneByteVector().start(); in PostGarbageCollection() 11520 content.ToOneByteVector(), in CalculateLineEnds() 11790 return CompareRawStringContents(flat1.ToOneByteVector().start(), in SlowEquals() 11791 flat2.ToOneByteVector().start(), in SlowEquals() 11839 Vector<const uint8_t> x_chars = x_content.ToOneByteVector(); in Compare() 11841 Vector<const uint8_t> y_chars = y_content.ToOneByteVector(); in Compare() 11850 Vector<const uint8_t> y_chars = y_content.ToOneByteVector(); in Compare() 11895 return SearchString(isolate, receiver_content.ToOneByteVector(), pat_vector, in SearchString() 11925 Vector<const uint8_t> pat_vector = search_content.ToOneByteVector(); in IndexOf() 12186 Vector<const uint8_t> pat_vector = search_content.ToOneByteVector(); in LastIndexOf() [all …]
|
D | api.cc | 5400 for (uint8_t c : flat.ToOneByteVector()) { in Utf8Length()
|
/external/v8/src/builtins/ |
D | builtins-string.cc | 164 Vector<const uint8_t> str_vector = str_content.ToOneByteVector(); in BUILTIN() 165 Vector<const uint8_t> search_vector = search_content.ToOneByteVector(); in BUILTIN() 469 reinterpret_cast<const char*>(flat_content.ToOneByteVector().start()), in ConvertCase()
|
D | builtins-date.cc | 116 result = DateParser::Parse(isolate, str_content.ToOneByteVector(), *tmp); in ParseDateTimeString()
|
/external/v8/src/compiler-dispatcher/ |
D | unoptimized-compile-job.cc | 156 ? reinterpret_cast<const void*>(content.ToOneByteVector().start()) in PrepareOnMainThread() 172 &content.ToOneByteVector().at(shared_->StartPosition()), in PrepareOnMainThread()
|
/external/v8/src/ast/ |
D | ast-value-factory.cc | 237 result = GetOneByteStringInternal(content.ToOneByteVector()); in GetString()
|
/external/v8/src/runtime/ |
D | runtime-regexp.cc | 332 simple = ParseReplacementPattern(&parts_, content.ToOneByteVector(), in Compile() 462 Vector<const uint8_t> subject_vector = subject_content.ToOneByteVector(); in FindStringIndicesDispatch() 465 pattern_content.ToOneByteVector(); in FindStringIndicesDispatch() 481 pattern_content.ToOneByteVector(); in FindStringIndicesDispatch()
|
D | runtime-internal.cc | 496 reinterpret_cast<const char*>(&(flat.ToOneByteVector()[0])); in RUNTIME_FUNCTION()
|
D | runtime-strings.cc | 617 Vector<const uint8_t> chars = content.ToOneByteVector(); in RUNTIME_FUNCTION()
|
/external/v8/src/regexp/ |
D | interpreter-irregexp.cc | 603 Vector<const uint8_t> subject_vector = subject_content.ToOneByteVector(); in Match()
|
D | jsregexp.cc | 251 ? SearchString(isolate, subject_content.ToOneByteVector(), in AtomExecRaw() 252 needle_content.ToOneByteVector(), index) in AtomExecRaw() 254 needle_content.ToOneByteVector(), index)) in AtomExecRaw() 256 ? SearchString(isolate, subject_content.ToOneByteVector(), in AtomExecRaw()
|
/external/v8/src/objects/ |
D | string.h | 114 Vector<const uint8_t> ToOneByteVector() const { in ToOneByteVector() function
|
D | string-inl.h | 432 return flat.ToOneByteVector(); in GetCharVector()
|
/external/v8/src/debug/ |
D | debug.cc | 1995 content.ToOneByteVector().start() + line_start); in PrintBreakLocation()
|