Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcommon_stubs.h95 V(FastStringAdd) \
Dcall_signature.h480 V(FastStringAdd) \
Dcall_signature.cpp2391 DEF_CALL_SIGNATURE(FastStringAdd) in DEF_CALL_SIGNATURE() argument
Dtyped_hcr_lowering.cpp1994 … result = builder_.CallStub(glue, gate, CommonStubCSigns::FastStringAdd, { glue, left, right }); in LowerStringAdd()