Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.cpp308 Label flattenFastPath1(env); in IndexOf() local
364 searchFlat.FlattenString(glue, searchTag, &flattenFastPath1); in IndexOf()
365 Bind(&flattenFastPath1); in IndexOf()
2690 Label flattenFastPath1(env); in StartsWith() local
2767 searchFlat.FlattenString(glue, searchTag, &flattenFastPath1); in StartsWith()
2768 Bind(&flattenFastPath1); in StartsWith()
2807 Label flattenFastPath1(env); in EndsWith() local
2873 thisFlat.FlattenString(glue, thisValue, &flattenFastPath1); in EndsWith()
2874 Bind(&flattenFastPath1); in EndsWith()