| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| D | elf_reader.cpp | 48 void ElfReader::ParseELFSections(ModuleSectionDes &des, std::vector<ElfSecName> &secs) in ParseELFSections() 87 void ElfReader::ParseELFSections(std::vector<ModuleSectionDes> &des, std::vector<ElfSecName> &secs) in ParseELFSections() 163 std::vector<ModuleSectionDes> &des, in ParseELFSections() 278 void ElfReader::SeparateTextSections(std::vector<ModuleSectionDes> &des, in SeparateTextSections() 302 void ElfReader::SeparateArkStackMapSections(std::vector<ModuleSectionDes> &des, in SeparateArkStackMapSections() 320 void ElfReader::SeparateStrtabSections(std::vector<ModuleSectionDes> &des, in SeparateStrtabSections() 333 void ElfReader::SeparateSymtabSections(std::vector<ModuleSectionDes> &des, in SeparateSymtabSections() 347 std::vector<ModuleSectionDes> &des, in SeparateTextSections() 377 std::vector<ModuleSectionDes> &des, in SeparateArkStackMapSections() 397 std::vector<ModuleSectionDes> &des, in SeparateStrtabSections() [all …]
|
| D | an_file_info.cpp | 78 ModuleSectionDes &des = des_[0]; in LoadInternal() local 161 void AnFileInfo::ParseFunctionEntrySection(ModuleSectionDes &des) in ParseFunctionEntrySection() 172 bool AnFileInfo::ParseChecksumInfo(ModuleSectionDes &des) in ParseChecksumInfo() 189 ModuleSectionDes &des = des_[0]; in UpdateFuncEntries() local 255 ModuleSectionDes &des = des_[ElfBuilder::FuncEntryModuleDesIndex]; in AddFuncEntrySec() local 265 ModuleSectionDes &des = des_[ElfBuilder::FuncEntryModuleDesIndex]; in AddFileNameToChecksumSec() local
|
| D | stub_file_info.cpp | 40 ModuleSectionDes &des = des_[0]; in Save() local 98 ModuleSectionDes &des = des_[0]; in MmapLoad() local 139 ModuleSectionDes &des = des_[0]; in Load() local
|
| D | aot_file_info.h | 76 FuncEntryDes des; variable 109 ModuleSectionDes &des = des_[moduleIdx]; in UpdateStackMap() local
|
| D | elf_builder.cpp | 102 ElfBuilder::ElfBuilder(const std::vector<ModuleSectionDes> &des, in ElfBuilder() 351 ModuleSectionDes &des = des_[i]; in MergeTextSections() local 390 ModuleSectionDes &des = des_[i]; in MergeStrtabSections() local 414 ModuleSectionDes &des = des_[i]; in MergeSymtabSections() local 451 ModuleSectionDes &des = des_[i]; in MergeArkStackMapSections() local 477 for (auto &des : des_) { in FixUndefinedSymbols() local 978 for (auto &des : des_) { in CalculateTotalFileSize() local 1042 for (auto &des : des_) { in CalculateStrTabSectionSize() local 1059 for (auto &des : des_) { in CalculateSymTabSectionSize() local
|
| D | aot_file_info.cpp | 35 const auto &des = GetCodeUnits(); in CalCallSiteInfo() local
|
| D | an_file_data_manager.cpp | 310 const std::vector<ModuleSectionDes> &des = loadedStub_->GetCodeUnits(); in SafeInsideStub() local 324 const std::vector<ModuleSectionDes> &des = info->GetCodeUnits(); in SafeInsideAOT() local
|
| D | aot_file_manager.cpp | 527 auto des = stubs[i]; in InitializeStubEntries() local
|
| /arkcompiler/toolchain/test/fuzztest/pttypesremoteobjectdescription_fuzzer/ |
| D | pttypesremoteobjectdescription_fuzzer.cpp | 35 std::string des = obj.GetDescription(); in PtTypesRemoteObjectDescriptionFuzzTest() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | symbol_table.h | 95 JSTaggedValue des = symbol->GetDescription(thread); in FindSymbol() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | file_generators.cpp | 58 void Module::CollectAnStackMapDes(ModuleSectionDes& des, uint64_t textOffset, in CollectAnStackMapDes() 393 ModuleSectionDes des; in CollectCodeInfo() local 445 ModuleSectionDes des; in CollectCodeInfo() local
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | js_shared_module.cpp | 201 PropertyDescriptor des(thread, moduleString, false, false, false); in SModuleNamespaceCreate() local
|
| D | js_module_namespace.cpp | 67 PropertyDescriptor des(thread, moduleString, false, false, false); in ModuleNamespaceCreate() local
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/lsp/ |
| D | diagnostic_test.cpp | 68 CodeDescription des = {}; in TEST_F() local
|
| /arkcompiler/jsvm/test/unittest/ |
| D | test_jsvm.cpp | 1247 JSVM_PropertyDescriptor des[2]; in GenerateParentClass() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins.cpp | 3007 PropertyDescriptor des(thread_, value, false, false, false); in SetNoneAttributeProperty() local
|