Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stub_list.h450 V(FastStringify) \
Druntime_stubs.cpp3723 DEF_RUNTIME_STUBS(FastStringify) in DEF_RUNTIME_STUBS() argument
3725 RUNTIME_STUBS_HEADER(FastStringify); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbuiltins_lowering.cpp409 GateRef result = LowerCallRuntime(glue, gate, RTSTUB_ID(FastStringify), args); in LowerTypedStringify()