Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.cpp117 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/
Dstub_builder.cpp2170 Label flattenFastPath(env); in StringToElementIndex() local
2187 thisFlat.FlattenString(glue, string, &flattenFastPath); in StringToElementIndex()
2188 Bind(&flattenFastPath); in StringToElementIndex()
2605 Label flattenFastPath(env); in LoadStringElement() local
2624 thisFlat.FlattenString(glue, receiver, &flattenFastPath); in LoadStringElement()
2625 Bind(&flattenFastPath); in LoadStringElement()
3274 Label flattenFastPath(env); in GetPropertyByIndex() local
3277 thisFlat.FlattenString(glue, *holder, &flattenFastPath); in GetPropertyByIndex()
3278 Bind(&flattenFastPath); in GetPropertyByIndex()
8569 Label flattenFastPath(env); in TryStringOrSymbolToElementIndex() local
[all …]