Searched refs:ToOneByteVector (Results 1 – 11 of 11) sorted by relevance
/external/v8/src/ |
D | uri.h | 26 return flat.ToOneByteVector(); in GetCharVector()
|
D | json-stringifier.h | 290 object->GetFlatContent().ToOneByteVector(), in StringifyString() 847 return flat.ToOneByteVector(); in GetCharVector()
|
D | conversions.cc | 495 unicode_cache, flat.ToOneByteVector(), flags, empty_string_val); in StringToDouble()
|
D | ast-value-factory.cc | 253 return GetOneByteString(content.ToOneByteVector()); in GetString()
|
D | interpreter-irregexp.cc | 588 Vector<const uint8_t> subject_vector = subject_content.ToOneByteVector(); in Match()
|
D | json-parser.h | 109 const uint8_t* expected_chars = content.ToOneByteVector().start(); in ParseJsonString()
|
D | runtime.cc | 3608 content.ToOneByteVector(), in Compile() 3757 Vector<const uint8_t> subject_vector = subject_content.ToOneByteVector(); in FindStringIndicesDispatch() 3760 pattern_content.ToOneByteVector(); in FindStringIndicesDispatch() 3784 pattern_content.ToOneByteVector(); in FindStringIndicesDispatch() 4241 Vector<const uint8_t> pat_vector = seq_pat.ToOneByteVector(); in StringMatch() 4244 seq_sub.ToOneByteVector(), in StringMatch() 4256 seq_sub.ToOneByteVector(), in StringMatch() 4351 Vector<const uint8_t> pat_vector = pat_content.ToOneByteVector(); in RUNTIME_FUNCTION() 4353 position = StringMatchBackwards(sub_content.ToOneByteVector(), in RUNTIME_FUNCTION() 4364 position = StringMatchBackwards(sub_content.ToOneByteVector(), in RUNTIME_FUNCTION() [all …]
|
D | jsregexp.cc | 301 ? SearchString(isolate, subject_content.ToOneByteVector(), in AtomExecRaw() 302 needle_content.ToOneByteVector(), index) in AtomExecRaw() 304 needle_content.ToOneByteVector(), index)) in AtomExecRaw() 306 ? SearchString(isolate, subject_content.ToOneByteVector(), in AtomExecRaw()
|
D | objects.cc | 8177 start_ = content.ToOneByteVector().start(); in PostGarbageCollection() 8487 content.ToOneByteVector(), in CalculateLineEnds() 8743 return CompareRawStringContents(flat1.ToOneByteVector().start(), in SlowEquals() 8744 flat2.ToOneByteVector().start(), in SlowEquals() 8808 return CompareChars(content.ToOneByteVector().start(), in IsOneByteEqualTo()
|
D | objects.h | 8637 Vector<const uint8_t> ToOneByteVector() { in ToOneByteVector() function
|
/external/v8/test/cctest/ |
D | test-parsing.cc | 814 i::Vector<const uint8_t> actual = content.ToOneByteVector(); in TestScanRegExp()
|