Searched refs:ToOneByteVector (Results 1 – 15 of 15) sorted by relevance
/external/v8/src/runtime/ |
D | runtime-strings.cc | 43 Vector<const uint8_t> pat_vector = seq_pat.ToOneByteVector(); in StringMatch() 45 return SearchString(isolate, seq_sub.ToOneByteVector(), pat_vector, in StringMatch() 53 return SearchString(isolate, seq_sub.ToOneByteVector(), pat_vector, in StringMatch() 218 Vector<const uint8_t> pat_vector = pat_content.ToOneByteVector(); in RUNTIME_FUNCTION() 220 position = StringMatchBackwards(sub_content.ToOneByteVector(), pat_vector, in RUNTIME_FUNCTION() 229 position = StringMatchBackwards(sub_content.ToOneByteVector(), pat_vector, in RUNTIME_FUNCTION() 767 Vector<const uint8_t> chars = content.ToOneByteVector(); in RUNTIME_FUNCTION() 1042 reinterpret_cast<const char*>(flat_content.ToOneByteVector().start()), in ConvertCase()
|
D | runtime-regexp.cc | 214 simple = ParseReplacementPattern(&parts_, content.ToOneByteVector(), in Compile() 348 Vector<const uint8_t> subject_vector = subject_content.ToOneByteVector(); in FindStringIndicesDispatch() 351 pattern_content.ToOneByteVector(); in FindStringIndicesDispatch() 367 pattern_content.ToOneByteVector(); in FindStringIndicesDispatch()
|
D | runtime-numbers.cc | 135 StringToInt(isolate->unicode_cache(), flat.ToOneByteVector(), radix); in RUNTIME_FUNCTION()
|
/external/v8/src/ast/ |
D | ast-value-factory.cc | 233 result = GetOneByteStringInternal(content.ToOneByteVector()); in GetString()
|
/external/v8/test/cctest/ |
D | test-func-name-inference.cc | 77 func_pos = SearchString(isolate, script_content.ToOneByteVector(), in CheckFunctionName()
|
D | test-parsing.cc | 849 i::Vector<const uint8_t> actual = content.ToOneByteVector(); in TestScanRegExp()
|
/external/v8/src/ |
D | conversions.cc | 496 return StringToDouble(unicode_cache, flat.ToOneByteVector(), flags, in StringToDouble()
|
D | json-stringifier.h | 223 SerializeStringUnchecked_(object->GetFlatContent().ToOneByteVector(), in StringifyString()
|
D | objects.cc | 11348 start_ = content.ToOneByteVector().start(); in PostGarbageCollection() 11658 content.ToOneByteVector(), in CalculateLineEnds() 11907 return CompareRawStringContents(flat1.ToOneByteVector().start(), in SlowEquals() 11908 flat2.ToOneByteVector().start(), in SlowEquals() 11955 Vector<const uint8_t> x_chars = x_content.ToOneByteVector(); in Compare() 11957 Vector<const uint8_t> y_chars = y_content.ToOneByteVector(); in Compare() 11966 Vector<const uint8_t> y_chars = y_content.ToOneByteVector(); in Compare() 12018 return CompareChars(content.ToOneByteVector().start(), in IsOneByteEqualTo()
|
D | builtins.cc | 2126 result = DateParser::Parse(str_content.ToOneByteVector(), *tmp, in ParseDateTimeString()
|
D | objects-inl.h | 3704 return flat.ToOneByteVector(); in GetCharVector()
|
D | objects.h | 8643 Vector<const uint8_t> ToOneByteVector() { in ToOneByteVector() function
|
/external/v8/src/regexp/ |
D | interpreter-irregexp.cc | 599 Vector<const uint8_t> subject_vector = subject_content.ToOneByteVector(); in Match()
|
D | jsregexp.cc | 265 ? SearchString(isolate, subject_content.ToOneByteVector(), in AtomExecRaw() 266 needle_content.ToOneByteVector(), index) in AtomExecRaw() 268 needle_content.ToOneByteVector(), index)) in AtomExecRaw() 270 ? SearchString(isolate, subject_content.ToOneByteVector(), in AtomExecRaw()
|
/external/v8/src/parsing/ |
D | json-parser.h | 113 const uint8_t* expected_chars = content.ToOneByteVector().start(); in ParseJsonString()
|