Searched refs:flattenFastPath (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_string_stub_builder.cpp | 117 Label flattenFastPath(env); in CharAt() local 128 thisFlat.FlattenString(glue, thisValue, &flattenFastPath); in CharAt() 129 Bind(&flattenFastPath); in CharAt() 178 Label flattenFastPath(env); in CharCodeAt() local 185 thisFlat.FlattenString(glue, thisValue, &flattenFastPath); in CharCodeAt() 186 Bind(&flattenFastPath); in CharCodeAt() 199 Label flattenFastPath(env); in CodePointAt() local 206 thisFlat.FlattenString(glue, thisValue, &flattenFastPath); in CodePointAt() 207 Bind(&flattenFastPath); in CodePointAt() 307 Label flattenFastPath(env); in IndexOf() local [all …]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | stub_builder.cpp | 2191 Label flattenFastPath(env); in StringToElementIndex() local 2208 thisFlat.FlattenString(glue, string, &flattenFastPath); in StringToElementIndex() 2209 Bind(&flattenFastPath); in StringToElementIndex() 2626 Label flattenFastPath(env); in LoadStringElement() local 2645 thisFlat.FlattenString(glue, receiver, &flattenFastPath); in LoadStringElement() 2646 Bind(&flattenFastPath); in LoadStringElement() 3295 Label flattenFastPath(env); in GetPropertyByIndex() local 3298 thisFlat.FlattenString(glue, *holder, &flattenFastPath); in GetPropertyByIndex() 3299 Bind(&flattenFastPath); in GetPropertyByIndex() 8594 Label flattenFastPath(env); in TryStringOrSymbolToElementIndex() local [all …]
|