Home
last modified time | relevance | path

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

/external/v8/src/
Duri.h26 return flat.ToOneByteVector(); in GetCharVector()
Djson-stringifier.h290 object->GetFlatContent().ToOneByteVector(), in StringifyString()
847 return flat.ToOneByteVector(); in GetCharVector()
Dconversions.cc495 unicode_cache, flat.ToOneByteVector(), flags, empty_string_val); in StringToDouble()
Dast-value-factory.cc253 return GetOneByteString(content.ToOneByteVector()); in GetString()
Dinterpreter-irregexp.cc588 Vector<const uint8_t> subject_vector = subject_content.ToOneByteVector(); in Match()
Djson-parser.h109 const uint8_t* expected_chars = content.ToOneByteVector().start(); in ParseJsonString()
Druntime.cc3608 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 …]
Djsregexp.cc301 ? 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()
Dobjects.cc8177 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()
Dobjects.h8637 Vector<const uint8_t> ToOneByteVector() { in ToOneByteVector() function
/external/v8/test/cctest/
Dtest-parsing.cc814 i::Vector<const uint8_t> actual = content.ToOneByteVector(); in TestScanRegExp()