/arkcompiler/runtime_core/libpandafile/tests/ |
H A D | data_protect_test.cpp | 27 pstr.Append('a'); in HWTEST() 28 pstr.Append('a'); in HWTEST() 29 pstr.Append('a'); in HWTEST() 30 pstr.Append('a'); in HWTEST() 32 pstr.Append(" QWERT"); in HWTEST() 34 pstr.Append('1'); in HWTEST()
|
/arkcompiler/ets_frontend/ets2panda/ir/ts/ |
H A D | tsQualifiedName.cpp | 93 packageName.Append(iter->Left()->AsIdentifier()->Name()); in ToString() 98 packageName.Append('.'); in ToString() 99 packageName.Append(parent->AsTSQualifiedName()->Right()->AsIdentifier()->Name()); in ToString() 116 packageName.Append(iter->Left()->AsIdentifier()->Name()); in BaseToString() 121 packageName.Append('.'); in BaseToString() 122 packageName.Append(parent->AsTSQualifiedName()->Right()->AsIdentifier()->Name()); in BaseToString()
|
/arkcompiler/ets_frontend/ets2panda/varbinder/ |
H A D | recordTable.cpp | 86 recordName.Append(prev_->FormRecordName()); in FormRecordName() 87 recordName.Append(compiler::Signatures::METHOD_SEPARATOR); in FormRecordName() 91 recordName.Append(classDef->LocalPrefix()); in FormRecordName() 95 recordName.Append(recordIdent_->Name()); in FormRecordName()
|
H A D | tsBinding.h | 32 Append(name);
|
H A D | privateBinding.h | 27 Append(util::StringView(std::to_string(id)));
|
/arkcompiler/ets_frontend/ets2panda/lexer/ |
H A D | keywordsUtil.cpp | 212 ident.Append(cp_); in ScanIdContinue() 220 ident.Append(lexer_->SourceView(escapeEnd, Iterator().Index())); in ScanIdContinue() 228 ident.Append(cp); in ScanIdContinue() 245 ident.Append(lexer_->SourceView(escapeEnd, Iterator().Index())); in ScanIdContinue()
|
H A D | lexer.h | 374 str.Append(SourceView(escapeEnd, Iterator().Index())); in ScanString() 385 str.Append(LEX_CHAR_LF); in ScanString() 392 str.Append(SourceView(escapeEnd, Iterator().Index())); in ScanString() 429 str.Append(SourceView(escapeEnd, Iterator().Index())); in ScanString()
|
H A D | lexer.cpp | 463 templateStr.str.Append(LEX_CHAR_LF); in ScanTemplateString() 474 templateStr.str.Append(cp); in ScanTemplateString() 475 templateStr.str.Append(nextCp); in ScanTemplateString() 494 templateStr.str.Append(cp); in ScanTemplateString() 502 templateStr.str.Append(cp); in ScanTemplateString() 521 str->Append(cp); in ScanStringUnicodePart()
|
/arkcompiler/ets_frontend/es2panda/lexer/ |
H A D | lexer.h | 239 str.Append(SourceView(escapeEnd, Iterator().Index())); in ScanString() 250 str.Append(LEX_CHAR_LF); in ScanString() 257 str.Append(SourceView(escapeEnd, Iterator().Index())); in ScanString() 294 str.Append(SourceView(escapeEnd, Iterator().Index())); in ScanString()
|
H A D | keywordsUtil.cpp | 216 ident.Append(cp_); in ScanIdContinue() 224 ident.Append(lexer_->SourceView(escapeEnd, Iterator().Index())); in ScanIdContinue() 232 ident.Append(cp); in ScanIdContinue() 249 ident.Append(lexer_->SourceView(escapeEnd, Iterator().Index())); in ScanIdContinue()
|
H A D | lexer.cpp | 490 templateStr.str.Append(LEX_CHAR_LF); in ScanTemplateString() 499 templateStr.str.Append(cp); in ScanTemplateString() 500 templateStr.str.Append(nextCp); in ScanTemplateString() 519 templateStr.str.Append(cp); in ScanTemplateString() 527 templateStr.str.Append(cp); in ScanTemplateString() 595 str->Append(ScanHexEscape<2>()); in ScanStringUnicodePart() 600 str->Append(cp); in ScanStringUnicodePart() 638 str->Append(cp); in ScanStringUnicodePart()
|
/arkcompiler/ets_frontend/es2panda/binder/ |
H A D | tsBinding.h | 32 Append(name);
|
/arkcompiler/runtime_core/libpandabase/utils/ |
H A D | json_builder.h | 59 void Append(T &&value) in Append() function in panda::JsonBuilderBase 134 Append(":"); in AddProperty()
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
H A D | analysis.h | 109 void Append(Inst *inst); 110 void Append(std::initializer_list<Inst *> instructions);
|
/arkcompiler/runtime_core/static_core/libpandabase/utils/ |
H A D | json_builder.h | 63 void Append(T &&value) in Append() function in ark::JsonBuilderBase 138 Append(":"); in AddProperty()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | js_finalization_registry.cpp | 26 JSHandle<CellRecordVector> CellRecordVector::Append(const JSThread *thread, const JSHandle<CellRecordVector> &vector, in Append() function in panda::ecmascript::CellRecordVector 68 array = CellRecordVector::Append(thread, array, cell); in Register() 74 noUnregister = CellRecordVector::Append(thread, noUnregister, cell); in Register()
|
H A D | weak_vector.h | 41 static JSHandle<WeakVector> Append(const JSThread *thread, const JSHandle<WeakVector> &vec,
|
/arkcompiler/ets_frontend/ets2panda/util/ |
H A D | ustring.h | 287 void Append(char32_t ch) noexcept 296 void Append(const StringView &other) noexcept 305 void Append(const char *other) noexcept 313 void Append(const std::string &other) noexcept
|
H A D | importPathManager.cpp | 54 resolvedPath.Append(pathDelimiter_); in ResolvePath() 55 resolvedPath.Append(importPath.Mutf8()); in ResolvePath()
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
H A D | js_finalization_registry_test.cpp | 96 expectNoUnregister = CellRecordVector::Append(thread, expectNoUnregister, cell); in HWTEST_F_L0() 130 array = CellRecordVector::Append(thread, array, cell); in HWTEST_F_L0() 170 noUnregister = CellRecordVector::Append(thread, noUnregister, cell); in RegisterUnRegisterTestCommon()
|
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
H A D | interfaceObjectLiteralLowering.cpp | 63 fieldName.Append(ifaceMethod->Id()->Name()); in CreateAnonClassField() 105 fieldName.Append(ifaceMethod->Id()->Name()); in CreateAnonClassFieldGetterSetter() 210 className.Append(ifaceNode->Id()->Name()); in GenerateAnonClassTypeFromInterface()
|
/arkcompiler/ets_frontend/es2panda/util/ |
H A D | ustring.h | 290 void Append(char32_t ch) noexcept 299 void Append(const StringView &other) noexcept 308 void Append(const char *other) noexcept
|
/arkcompiler/runtime_core/libpandabase/os/ |
H A D | stacktrace.cpp | 264 void Append(uintptr_t pc) in Append() function in panda::Buf 295 buf->Append(pc); in FrameHandler()
|
/arkcompiler/runtime_core/libpandafile/ |
H A D | data_protect.h | 168 void Append(char ch) in Append() function 188 void Append(std::string_view str_data) in Append() function
|
/arkcompiler/runtime_core/static_core/libpandabase/os/ |
H A D | stacktrace.cpp | 264 void Append(uintptr_t pc) in Append() function in ark::Buf 295 buf->Append(pc); in FrameHandler()
|