Home
last modified time | relevance | path

Searched refs:GetImportIdToExportRecord (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcompilation_driver.h193 const auto &idInRecord = iter->second.GetImportIdToExportRecord(); in AddDependList()
Dbytecode_info_collector.h138 …const std::unordered_map<uint32_t, std::pair<CString, uint32_t>> &GetImportIdToExportRecord() const in GetImportIdToExportRecord() function
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dmethod_type_infer.cpp1070 const auto &importIdToExportRecord = iter->second.GetImportIdToExportRecord(); in InferLdExternalModuleVar()