Home
last modified time | relevance | path

Searched defs:des (Results 1 – 16 of 16) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Delf_reader.cpp48 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 …]
Dan_file_info.cpp78 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
Dstub_file_info.cpp40 ModuleSectionDes &des = des_[0]; in Save() local
98 ModuleSectionDes &des = des_[0]; in MmapLoad() local
139 ModuleSectionDes &des = des_[0]; in Load() local
Daot_file_info.h76 FuncEntryDes des; variable
109 ModuleSectionDes &des = des_[moduleIdx]; in UpdateStackMap() local
Delf_builder.cpp102 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
Daot_file_info.cpp35 const auto &des = GetCodeUnits(); in CalCallSiteInfo() local
Dan_file_data_manager.cpp310 const std::vector<ModuleSectionDes> &des = loadedStub_->GetCodeUnits(); in SafeInsideStub() local
324 const std::vector<ModuleSectionDes> &des = info->GetCodeUnits(); in SafeInsideAOT() local
Daot_file_manager.cpp527 auto des = stubs[i]; in InitializeStubEntries() local
/arkcompiler/toolchain/test/fuzztest/pttypesremoteobjectdescription_fuzzer/
Dpttypesremoteobjectdescription_fuzzer.cpp35 std::string des = obj.GetDescription(); in PtTypesRemoteObjectDescriptionFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/
Dsymbol_table.h95 JSTaggedValue des = symbol->GetDescription(thread); in FindSymbol() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dfile_generators.cpp58 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/
Djs_shared_module.cpp201 PropertyDescriptor des(thread, moduleString, false, false, false); in SModuleNamespaceCreate() local
Djs_module_namespace.cpp67 PropertyDescriptor des(thread, moduleString, false, false, false); in ModuleNamespaceCreate() local
/arkcompiler/ets_frontend/ets2panda/test/unit/lsp/
Ddiagnostic_test.cpp68 CodeDescription des = {}; in TEST_F() local
/arkcompiler/jsvm/test/unittest/
Dtest_jsvm.cpp1247 JSVM_PropertyDescriptor des[2]; in GenerateParentClass() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp3007 PropertyDescriptor des(thread_, value, false, false, false); in SetNoneAttributeProperty() local