Searched refs:ToUC16Vector (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/ |
D | handles.cc | 465 content.ToUC16Vector(), in CalculateLineEnds() 910 Vector<const uc16> vector = input->GetFlatContent().ToUC16Vector(); in Utf8LengthHelper()
|
D | runtime.cc | 2727 content.ToUC16Vector(), in Compile() 2865 pattern_content.ToUC16Vector(), in FindStringIndicesDispatch() 2870 Vector<const uc16> subject_vector = subject_content.ToUC16Vector(); in FindStringIndicesDispatch() 2880 pattern_content.ToUC16Vector(), in FindStringIndicesDispatch() 3383 seq_sub.ToUC16Vector(), in StringMatch() 3387 Vector<const uc16> pat_vector = seq_pat.ToUC16Vector(); in StringMatch() 3395 seq_sub.ToUC16Vector(), in StringMatch() 3491 position = StringMatchBackwards(sub_content.ToUC16Vector(), in RUNTIME_FUNCTION() 3496 Vector<const uc16> pat_vector = pat_content.ToUC16Vector(); in RUNTIME_FUNCTION() 3502 position = StringMatchBackwards(sub_content.ToUC16Vector(), in RUNTIME_FUNCTION() [all …]
|
D | interpreter-irregexp.cc | 651 Vector<const uc16> subject_vector = subject_content.ToUC16Vector(); in Match()
|
D | jsregexp.cc | 250 subject_content.ToUC16Vector(), in AtomExec() 256 needle_content.ToUC16Vector(), in AtomExec() 259 subject_content.ToUC16Vector(), in AtomExec() 260 needle_content.ToUC16Vector(), in AtomExec()
|
D | objects.cc | 6474 start_ = content.ToUC16Vector().start(); in PostGarbageCollection() 6850 VectorIterator<uc16> ib(content.ToUC16Vector()); in CompareStringContentsPartial() 6914 VectorIterator<uc16> ib(rhs_content.ToUC16Vector()); in SlowEquals() 6924 Vector<const uc16> vec1 = lhs_content.ToUC16Vector(); in SlowEquals() 6931 Vector<const uc16> vec2(rhs_content.ToUC16Vector()); in SlowEquals() 7007 return CompareChars(content.ToUC16Vector().start(), str.start(), slen) == 0; in IsTwoByteEqualTo()
|
D | objects.h | 6795 Vector<const uc16> ToUC16Vector() { in ToUC16Vector() function
|