Home
last modified time | relevance | path

Searched refs:GetMergedRODataAddrAndSize (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Dmodule_section_des.h48 std::tuple<uint64_t, uint32_t> GetMergedRODataAddrAndSize() const in GetMergedRODataAddrAndSize() function
Delf_builder.cpp335 std::tie(rodataAddr, rodataSize) = des.GetMergedRODataAddrAndSize(); in MergeTextSections()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dfile_generators.h62 std::tuple<uint64_t, uint32_t> GetMergedRODataAddrAndSize() const in GetMergedRODataAddrAndSize() function
Dfile_generators.cpp127 std::tie(rodataAddr, rodataSize) = GetMergedRODataAddrAndSize(); in CollectFuncEntryInfo()
279 std::tie(rodataAddr, rodataSize) = module->GetMergedRODataAddrAndSize(); in RollbackTextSize()