Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Delf_reader.cpp52 void ElfReader::ParseELFSections(ModuleSectionDes &des, std::vector<ElfSecName> &secs) in ParseELFSections()
91 void ElfReader::ParseELFSections(std::vector<ModuleSectionDes> &des, std::vector<ElfSecName> &secs) in ParseELFSections()
167 std::vector<ModuleSectionDes> &des, in ParseELFSections()
280 void ElfReader::SeparateTextSections(std::vector<ModuleSectionDes> &des, in SeparateTextSections()
304 void ElfReader::SeparateArkStackMapSections(std::vector<ModuleSectionDes> &des, in SeparateArkStackMapSections()
322 void ElfReader::SeparateStrtabSections(std::vector<ModuleSectionDes> &des, in SeparateStrtabSections()
335 void ElfReader::SeparateSymtabSections(std::vector<ModuleSectionDes> &des, in SeparateSymtabSections()
349 std::vector<ModuleSectionDes> &des, in SeparateTextSections()
379 std::vector<ModuleSectionDes> &des, in SeparateArkStackMapSections()
399 std::vector<ModuleSectionDes> &des, in SeparateStrtabSections()
[all …]
Dan_file_info.cpp73 ModuleSectionDes &des = des_[0]; in Load() local
105 void AnFileInfo::ParseFunctionEntrySection(ModuleSectionDes &des) in ParseFunctionEntrySection()
118 ModuleSectionDes &des = des_[0]; in UpdateFuncEntries() local
183 ModuleSectionDes &des = des_[ElfBuilder::FuncEntryModuleDesIndex]; in AddFuncEntrySec() local
Dstub_file_info.cpp38 ModuleSectionDes &des = des_[0]; in Save() local
92 ModuleSectionDes &des = des_[0]; in MmapLoad() local
133 ModuleSectionDes &des = des_[0]; in Load() local
Daot_file_info.h74 FuncEntryDes des; variable
107 ModuleSectionDes &des = des_[moduleIdx]; in UpdateStackMap() local
Delf_builder.cpp72 ElfBuilder::ElfBuilder(const std::vector<ModuleSectionDes> &des, in ElfBuilder()
327 ModuleSectionDes &des = des_[i]; in MergeTextSections() local
366 ModuleSectionDes &des = des_[i]; in MergeStrtabSections() local
381 ModuleSectionDes &des = des_[i]; in MergeSymtabSections() local
396 ModuleSectionDes &des = des_[i]; in MergeArkStackMapSections() local
Dan_file_data_manager.cpp184 const std::vector<ModuleSectionDes> &des = loadedStub_->GetCodeUnits(); in SafeInsideStub() local
198 const std::vector<ModuleSectionDes> &des = info->GetCodeUnits(); in SafeInsideAOT() local
Daot_file_info.cpp35 const auto &des = GetCodeUnits(); in CalCallSiteInfo() local
Daot_file_manager.cpp357 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(); in FindSymbol() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dfile_generators.cpp56 void Module::CollectAnStackMapDes(ModuleSectionDes& des, uint64_t textOffset, in CollectAnStackMapDes()
358 ModuleSectionDes des; in CollectCodeInfo() local
410 ModuleSectionDes des; in CollectCodeInfo() local
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_namespace.cpp57 PropertyDescriptor des(thread, moduleString, false, false, false); in ModuleNamespaceCreate() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp2871 PropertyDescriptor des(thread_, value, false, false, false); in SetNoneAttributeProperty() local