Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h306 V(SlowFlattenString) \
Druntime_stubs.cpp2067 DEF_RUNTIME_STUBS(SlowFlattenString) in DEF_RUNTIME_STUBS() argument
2069 RUNTIME_STUBS_HEADER(SlowFlattenString); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp6044 result = CallRuntime(glue, RTSTUB_ID(SlowFlattenString), { str }); in FlattenString()