Searched defs:des (Results 1 – 13 of 13) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| D | an_file_info.cpp | 68 ModuleSectionDes &des = des_[0]; in Load() local 100 void AnFileInfo::ParseFunctionEntrySection(ModuleSectionDes &des) in ParseFunctionEntrySection() 113 ModuleSectionDes &des = des_[0]; in UpdateFuncEntries() local 177 ModuleSectionDes &des = des_[ElfBuilder::FuncEntryModuleDesIndex]; in AddFuncEntrySec() local
|
| 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() 151 std::vector<ModuleSectionDes> &des, in ParseELFSections() 252 void ElfReader::SeparateTextSections(std::vector<ModuleSectionDes> &des, in SeparateTextSections() 278 void ElfReader::SeparateArkStackMapSections(std::vector<ModuleSectionDes> &des, in SeparateArkStackMapSections() 297 std::vector<ModuleSectionDes> &des, in SeparateTextSections() 327 std::vector<ModuleSectionDes> &des, in SeparateArkStackMapSections()
|
| D | stub_file_info.cpp | 38 ModuleSectionDes &des = des_[0]; in Save() local 87 ModuleSectionDes &des = des_[0]; in MmapLoad() local 128 ModuleSectionDes &des = des_[0]; in Load() local
|
| D | aot_file_info.h | 116 FuncEntryDes des; variable 148 ModuleSectionDes &des = des_[moduleIdx]; in UpdateStackMap() local
|
| D | an_file_data_manager.cpp | 180 const std::vector<ModuleSectionDes> &des = loadedStub_->GetCodeUnits(); in SafeInsideStub() local 194 const std::vector<ModuleSectionDes> &des = info->GetCodeUnits(); in SafeInsideAOT() local
|
| D | aot_file_info.cpp | 35 const auto &des = GetCodeUnits(); in CalCallSiteInfo() local
|
| D | elf_builder.cpp | 72 ElfBuilder::ElfBuilder(const std::vector<ModuleSectionDes> &des, in ElfBuilder() 325 ModuleSectionDes &des = des_[i]; in MergeTextSections() local 363 ModuleSectionDes &des = des_[i]; in MergeArkStackMapSections() local
|
| D | aot_file_manager.cpp | 280 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(); in FindSymbol() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | file_generators.cpp | 47 void Module::CollectAnStackMapDes(ModuleSectionDes& des, uint64_t textOffset, in CollectAnStackMapDes() 252 ModuleSectionDes des; in CollectCodeInfo() local 294 ModuleSectionDes des; in CollectCodeInfo() local
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | js_module_namespace.cpp | 56 PropertyDescriptor des(thread, moduleString, false, false, false); in ModuleNamespaceCreate() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins.cpp | 3095 PropertyDescriptor des(thread_, value, false, false, false); in SetNoneAttributeProperty() local
|