Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_stubs.cpp163 Label flattenFastPath(env); in DECLARE_BUILTINS() local
174 FlattenString(thisValue, &thisFlat, &flattenFastPath, &slowPath); in DECLARE_BUILTINS()
175 Bind(&flattenFastPath); in DECLARE_BUILTINS()
238 Label flattenFastPath(env); in DECLARE_BUILTINS() local
293 FlattenString(thisValue, &thisFlat, &flattenFastPath, &slowPath); in DECLARE_BUILTINS()
294 Bind(&flattenFastPath); in DECLARE_BUILTINS()
360 Label flattenFastPath(env); in DECLARE_BUILTINS() local
465 FlattenString(thisValue, &thisFlat, &flattenFastPath, &slowPath); in DECLARE_BUILTINS()
466 Bind(&flattenFastPath); in DECLARE_BUILTINS()
505 Label flattenFastPath(env); in DECLARE_BUILTINS() local
[all …]