Searched refs:flattenFastPath (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_string_stub_builder.cpp | 114 Label flattenFastPath(env); in CharAt() local 125 thisFlat.FlattenString(glue, thisValue, &flattenFastPath); in CharAt() 126 Bind(&flattenFastPath); in CharAt() 187 Label flattenFastPath(env); in CharCodeAt() local 198 thisFlat.FlattenString(glue, thisValue, &flattenFastPath); in CharCodeAt() 199 Bind(&flattenFastPath); in CharCodeAt() 259 Label flattenFastPath(env); in IndexOf() local 313 thisFlat.FlattenString(glue, thisValue, &flattenFastPath); in IndexOf() 314 Bind(&flattenFastPath); in IndexOf() 490 Label flattenFastPath(env); in GetSubString() local [all …]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | stub_builder.cpp | 1443 Label flattenFastPath(env); in StringToElementIndex() local 1460 thisFlat.FlattenString(glue, string, &flattenFastPath); in StringToElementIndex() 1461 Bind(&flattenFastPath); in StringToElementIndex() 1918 Label flattenFastPath(env); in LoadStringElement() local 1937 thisFlat.FlattenString(glue, receiver, &flattenFastPath); in LoadStringElement() 1938 Bind(&flattenFastPath); in LoadStringElement() 7457 Label flattenFastPath(env); in TryStringOrSymbolToElementIndex() local 7469 thisFlat.FlattenString(glue, key, &flattenFastPath); in TryStringOrSymbolToElementIndex() 7470 Bind(&flattenFastPath); in TryStringOrSymbolToElementIndex()
|