Home
last modified time | relevance | path

Searched defs:AppendString (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dc_string.h81 inline void AppendString(DstType &dst, const char *src, uint32_t len) in AppendString() function
93 inline void AppendString(DstType &dst, const char *src) in AppendString() function
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSGen.cpp2961 void ETSGen::AppendString(const ir::Expression *const expr, const VReg builder) in AppendString() function in ark::es2panda::compiler::ETSGen