Home
last modified time | relevance | path

Searched refs:RecordName (Results 1 - 15 of 15) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/
H A DcompilerImpl.cpp44 debugInfoSourceFile, pkgName, program->RecordName(), patchFixHelper_); in Compile()
63 util::Helpers::SetConstantLocalExportSlots(std::string(program->RecordName()), in Compile()
H A DcompilerContext.h106 const util::StringView &RecordName() const in RecordName() function in panda::es2panda::panda::es2panda::compiler::CompilerContext
H A Dpandagen.cpp1567 std::string idxStr = std::string(context_->Binder()->Program()->RecordName()) + "_" + std::to_string(idx); in CreateObjectWithBuffer()
1598 std::string idxStr = std::string(context_->Binder()->Program()->RecordName()) + "_" + std::to_string(idx); in CreateArrayWithBuffer()
1755 std::string idxStr = std::string(context_->Binder()->Program()->RecordName()) + "_" + std::to_string(litIdx); in DefineClassWithBuffer()
1764 std::string idxStr = std::string(context_->Binder()->Program()->RecordName()) + "_" + std::to_string(litIdx); in DefineSendableClass()
2035 std::string idxStr = std::string(context_->Binder()->Program()->RecordName()) + "_" + std::to_string(scopeInfoIdx); in NewLexEnvWithScopeInfo()
2239 std::string idxStr = std::string(context_->Binder()->Program()->RecordName()) + "_" + std::to_string(bufIdx); in CreatePrivateProperty()
/arkcompiler/ets_frontend/es2panda/ir/statements/
H A DclassDeclaration.cpp57 std::string prefix = std::string(pg->Context()->RecordName()) + "."; in Compile()
/arkcompiler/ets_frontend/ets2panda/varbinder/
H A DrecordTable.cpp99 util::StringView RecordTable::RecordName() const in RecordName() function in ark::es2panda::varbinder::RecordTable
H A DrecordTable.h159 util::StringView RecordName() const;
H A DETSBinder.cpp918 funcScope->BindName(recordTable_->RecordName()); in BuildInternalName()
941 funcScope->BindName(recordTable->RecordName()); in BuildInternalNameWithCustomRecordTable()
/arkcompiler/ets_frontend/es2panda/aot/
H A Doptions.h90 const std::string &RecordName() const in RecordName() function in panda::es2panda::aot::Options
/arkcompiler/ets_frontend/es2panda/parser/program/
H A Dprogram.h98 util::StringView RecordName() const in RecordName() function in panda::es2panda::panda::es2panda::panda::es2panda::parser::Program
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
H A Demitter.cpp410 std::string prefix = std::string(pg_->Context()->RecordName()) + "."; in CreateAnnotation()
641 rec_ = new panda::pandasm::Record(std::string(context->RecordName()), panda::panda_file::SourceLang::ECMASCRIPT); in GenJsonContentRecord()
663 auto litId = std::string(context->Binder()->Program()->RecordName()) + "_" + std::to_string(idx); in AddFunction()
705 std::string(context->Binder()->Program()->RecordName()) + "_" + std::to_string(context->NewLiteralIndex()); in AddScopeNamesRecord()
941 auto moduleLiteral = std::string(context->Binder()->Program()->RecordName()) + "_" + in AddSourceTextModuleRecord()
982 auto phaseLiteral = std::string(context->Binder()->Program()->RecordName()) + "_" + in AddModuleRequestPhaseRecord()
/arkcompiler/ets_frontend/es2panda/parser/transformer/
H A Dtransformer.h328 util::StringView RecordName() const in RecordName() function in panda::es2panda::parser::Transformer
330 return program_->RecordName(); in RecordName()
H A Dtransformer.cpp564 * ##${RecordName}#C#a#1 = 1 in VisitPrivateElement()
595 head << NEW_VAR_PREFIX << std::string(RecordName()); in CreatePrivateElementBindName()
/arkcompiler/runtime_core/abc2program/tests/cpp_sources/
H A Dhello_world_test.cpp48 struct RecordName { struct
53 const RecordName RECORD_NAME;
/arkcompiler/ets_frontend/es2panda/ir/base/
H A DclassDefinition.cpp214 std::string recordName = std::string(pg->Binder()->Program()->RecordName()); in CreateClassPublicBuffer()
/arkcompiler/ets_frontend/es2panda/binder/
H A Dbinder.cpp431 StoreAndCheckSpecialFunctionName(internalNameStr, program_->RecordName().Mutf8()); in LegacyBuildFunction()

Completed in 21 milliseconds