Home
last modified time | relevance | path

Searched defs:Append (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/es2panda/util/
Dustring.h273 void Append(char32_t ch) noexcept in Append() function
282 void Append(const StringView &other) noexcept in Append() function
291 void Append(const char *other) noexcept in Append() function
/arkcompiler/runtime_core/libpandabase/utils/
Djson_builder.h59 void Append(T &&value) in Append() function
/arkcompiler/ets_runtime/ecmascript/
Dtagged_array-inl.h79 JSHandle<TaggedArray> TaggedArray::Append(const JSThread *thread, const JSHandle<TaggedArray> &firs… in Append() function
Djs_finalization_registry.cpp27 JSHandle<CellRecordVector> CellRecordVector::Append(const JSThread *thread, const JSHandle<CellReco… in Append() function in panda::ecmascript::CellRecordVector
/arkcompiler/ets_runtime/ecmascript/tests/
Dtagged_array_test.cpp94 HWTEST_F_L0(TaggedArrayTest, Append) in HWTEST_F_L0() argument
/arkcompiler/runtime_core/libpandabase/os/
Dstacktrace.cpp264 void Append(uintptr_t pc) in Append() function in panda::Buf
/arkcompiler/ets_runtime/ecmascript/base/
Dstring_helper.h232 static inline std::u16string Append(const std::u16string &str1, const std::u16string &str2) in Append() function
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.cpp101 unsigned DynamicOperands::Append(Inst *inst) in Append() function in panda::compiler::DynamicOperands