Home
last modified time | relevance | path

Searched refs:RecordName (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/
DcompilerImpl.cpp45 program->RecordName(), patchFixHelper_); in Compile()
77 std::string(program->RecordName())); in Compile()
DcompilerContext.h109 const util::StringView &RecordName() const in RecordName() function
Dpandagen.cpp1490 …std::string idxStr = std::string(context_->Binder()->Program()->RecordName()) + "_" + std::to_stri… in CreateObjectWithBuffer()
1521 …std::string idxStr = std::string(context_->Binder()->Program()->RecordName()) + "_" + std::to_stri… in CreateArrayWithBuffer()
1678 …std::string idxStr = std::string(context_->Binder()->Program()->RecordName()) + "_" + std::to_stri… in DefineClassWithBuffer()
1933 …std::string idxStr = std::string(context_->Binder()->Program()->RecordName()) + "_" + std::to_stri… in NewLexEnvWithScopeInfo()
/arkcompiler/ets_frontend/es2panda/parser/program/
Dprogram.h98 util::StringView RecordName() const in RecordName() function
/arkcompiler/ets_frontend/es2panda/aot/
Doptions.h88 const std::string &RecordName() const in RecordName() function
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
Demitter.cpp369 …rec_ = new panda::pandasm::Record(std::string(context->RecordName()), panda::panda_file::SourceLan… in GenJsonContentRecord()
391 … auto litId = std::string(context->Binder()->Program()->RecordName()) + "_" + std::to_string(idx); in AddFunction()
403 auto moduleLiteral = std::string(context->Binder()->Program()->RecordName()) + "_" + in AddSourceTextModuleRecord()
DtypeExtractorEmitter.cpp51 expectedName = std::string(pg_->Context()->RecordName()) + "." + expectedName; in IsFuncMain0()
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.h284 util::StringView RecordName() const in RecordName() function
286 return program_->RecordName(); in RecordName()
Dtransformer.cpp543 head << NEW_VAR_PREFIX << std::string(RecordName()); in CreatePrivatePropertyBindName()
/arkcompiler/ets_frontend/es2panda/typescript/extractor/
DtypeRecorder.cpp95 return context_->Binder()->Program()->RecordName(); in GetRecordName()
/arkcompiler/runtime_core/docs/
Dassembly_format.md236 .record RecordName optional_annotation {
246 * `RecordName`, `type1`, ... `typeN`, `member1`, ... `memberN` are valid identifiers.
248 * `RecordName` is unique across all source code files.
/arkcompiler/ets_frontend/es2panda/binder/
Dbinder.cpp387 StoreAndCheckSpecialFunctionName(internalNameStr, program_->RecordName().Mutf8()); in BuildFunction()