Home
last modified time | relevance | path

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

/external/v8/src/
Dintl.cc150 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()
Dconversions.cc226 return subject_->GetFlatContent().ToOneByteVector(); in GetOneByteVector()
1342 return StringToDouble(unicode_cache, flat.ToOneByteVector(), flags, in StringToDouble()
Dvalue-serializer.cc448 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()
Djson-parser.cc265 const uint8_t* expected_chars = content.ToOneByteVector().start(); in ParseJsonString()
Dobjects.cc11207 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 …]
Dapi.cc5400 for (uint8_t c : flat.ToOneByteVector()) { in Utf8Length()
/external/v8/src/builtins/
Dbuiltins-string.cc164 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()
Dbuiltins-date.cc116 result = DateParser::Parse(isolate, str_content.ToOneByteVector(), *tmp); in ParseDateTimeString()
/external/v8/src/compiler-dispatcher/
Dunoptimized-compile-job.cc156 ? reinterpret_cast<const void*>(content.ToOneByteVector().start()) in PrepareOnMainThread()
172 &content.ToOneByteVector().at(shared_->StartPosition()), in PrepareOnMainThread()
/external/v8/src/ast/
Dast-value-factory.cc237 result = GetOneByteStringInternal(content.ToOneByteVector()); in GetString()
/external/v8/src/runtime/
Druntime-regexp.cc332 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()
Druntime-internal.cc496 reinterpret_cast<const char*>(&(flat.ToOneByteVector()[0])); in RUNTIME_FUNCTION()
Druntime-strings.cc617 Vector<const uint8_t> chars = content.ToOneByteVector(); in RUNTIME_FUNCTION()
/external/v8/src/regexp/
Dinterpreter-irregexp.cc603 Vector<const uint8_t> subject_vector = subject_content.ToOneByteVector(); in Match()
Djsregexp.cc251 ? 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/
Dstring.h114 Vector<const uint8_t> ToOneByteVector() const { in ToOneByteVector() function
Dstring-inl.h432 return flat.ToOneByteVector(); in GetCharVector()
/external/v8/src/debug/
Ddebug.cc1995 content.ToOneByteVector().start() + line_start); in PrintBreakLocation()