Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-strings.cc214 String::FlatContent sub_content = sub->GetFlatContent(); in RUNTIME_FUNCTION() local
219 if (sub_content.IsOneByte()) { in RUNTIME_FUNCTION()
220 position = StringMatchBackwards(sub_content.ToOneByteVector(), pat_vector, in RUNTIME_FUNCTION()
223 position = StringMatchBackwards(sub_content.ToUC16Vector(), pat_vector, in RUNTIME_FUNCTION()
228 if (sub_content.IsOneByte()) { in RUNTIME_FUNCTION()
229 position = StringMatchBackwards(sub_content.ToOneByteVector(), pat_vector, in RUNTIME_FUNCTION()
232 position = StringMatchBackwards(sub_content.ToUC16Vector(), pat_vector, in RUNTIME_FUNCTION()